Improved Travis configuration

This commit is contained in:
Benoit Blanchon
2014-11-15 15:02:48 +01:00
parent a66299a936
commit 4f55f63a77

View File

@@ -2,7 +2,5 @@ language: c++
compiler: compiler:
- gcc - gcc
- clang - clang
script: before_script: cmake .
- cmake . script: make && make test
- make
- make test