Set TERM=dumb when building on travis to get clean output

This commit is contained in:
Snaipe 2015-10-01 23:21:59 +02:00
parent 678bdd6ff4
commit 2d7c35b4f0

View file

@ -35,7 +35,7 @@ script:
-DCMAKE_BUILD_TYPE=${CONFIGURATION}
-DCMAKE_INSTALL_PREFIX=criterion-${TRAVIS_TAG}
..
- cmake --build . --target criterion_tests -- -j4
- TERM=dumb cmake --build . --target criterion_tests -- -j4
- ctest -j4
after_success: