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:
- gcc
- clang
script:
- cmake .
- make
- make test
before_script: cmake .
script: make && make test