diff --git a/.travis.yml b/.travis.yml index 5e581d516a..1594760953 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,6 +13,8 @@ node_js: env: - JOB=test + # Hacky fix until TravisCI fixes https://github.com/travis-ci/travis-ci/issues/7967 + - FORCE_COLOR=true script: - 'if [ "$JOB" = "test" ]; then make test-ci; fi'