Update .travis.yml

This commit is contained in:
Roman
2015-06-29 14:58:59 +03:00
parent ce6ddab5e4
commit 564e57a0cb

View File

@@ -18,4 +18,5 @@ script:
- cd build
- if [ -z ${QT4_BUILD+x} ]; then cmake -DBUILD_TESTS=TRUE -DQT4_BUILD=FALSE ..; else cmake -DBUILD_TESTS=TRUE -DQT4_BUILD=TRUE ..; fi
- make
- export CTEST_OUTPUT_ON_FAILURE=1
- make test