Set TERM=dumb when building on travis to get clean output
This commit is contained in:
parent
678bdd6ff4
commit
2d7c35b4f0
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue