Migrate to Travis' new infrastructure
This commit is contained in:
parent
517bbd54d5
commit
c84d7fbfc4
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue