Force color output in test runs to ensure consistent behavior in Travis (#603)

This commit is contained in:
Brian Ng 2017-06-29 12:19:29 -05:00 committed by Daniel Tschinder
parent 6474dd5b88
commit 7576397b25

View File

@ -2,6 +2,9 @@ MAKEFLAGS = -j1
export NODE_ENV = test
# Fix color output until TravisCI fixes https://github.com/travis-ci/travis-ci/issues/7967
export FORCE_COLOR = true
.PHONY: make clean test test-only test-cov test-clean test-travis publish build bootstrap publish-core publish-runtime build-website build-core watch-core build-core-test clean-core prepublish
clean: ; rm -rf ./build