Force color output in test runs to ensure consistent behavior in Travis.
This commit is contained in:
parent
95b3c8a16a
commit
892377ae57
@ -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'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user