diff --git a/.travis.yml b/.travis.yml index 0daecbd138..853c0bce77 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,4 +13,7 @@ script: - | echo "Checking if samples are not broken" cd spring-cloud-contract-verifier/spring-cloud-contract-verifier - ./scripts/runTests.sh \ No newline at end of file + ./scripts/runTests.sh +env: + global: + - TERM=dumb \ No newline at end of file