Force color output in test runs to ensure consistent behavior in Travis.

This commit is contained in:
Logan Smyth 2017-06-26 15:51:51 -07:00
parent 95b3c8a16a
commit 892377ae57

View File

@ -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'