Force color output in test runs to ensure consistent behavior in Travis (#603)
This commit is contained in:
parent
6474dd5b88
commit
7576397b25
3
Makefile
3
Makefile
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user