Migrate to Travis' new infrastructure

This commit is contained in:
Manuel Pégourié-Gonnard 2015-08-04 15:59:34 +02:00
parent 517bbd54d5
commit c84d7fbfc4

View File

@ -2,8 +2,7 @@ language: c
compiler:
- clang
- gcc
before_install: sudo apt-get update
install: sudo apt-get install valgrind perl
sudo: false
script:
- cmake -D CMAKE_BUILD_TYPE:String="Check" .
- make