From 2d7c35b4f02266d6719e1e524c2855fea4337db4 Mon Sep 17 00:00:00 2001 From: Snaipe Date: Thu, 1 Oct 2015 23:21:59 +0200 Subject: [PATCH] Set TERM=dumb when building on travis to get clean output --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 48b11f0..97c285a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: