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

This commit is contained in:
Henry Zhu 2017-06-27 17:48:56 -04:00 committed by GitHub
parent 3cf4cee40a
commit 48c770e4bb

View File

@ -2,6 +2,9 @@ MAKEFLAGS = -j1
export NODE_ENV = test
# Fix color output until TravisCI fixes travis-ci/travis-ci/issues/7967
export FORCE_COLOR = true
.PHONY: build build-dist watch lint fix clean test-clean test-only test test-ci publish bootstrap
build: clean