Enforcing Travis to build everything successfully in addition to run the tests.

This commit is contained in:
Patrick Lühne 2016-05-23 01:56:53 +02:00
parent 3ff20da97e
commit 7d0f417ba4

View File

@ -18,4 +18,4 @@ script:
- mkdir build
- cd build
- cmake .. -DCMAKE_BUILD_TYPE=Debug -DBUILD_TESTS=ON -DCMAKE_CXX_COMPILER=$COMPILER
- make run-tests
- make && make run-tests