Revert "chore: remove FORCE_COLOR workaround" (#10336)

This reverts commit 347ee036becdca3c9e158311d44a48ed89df9a94.
This commit is contained in:
Huáng Jùnliàng 2019-08-14 10:58:01 -04:00 committed by Nicolò Ribaudo
parent 64041e1669
commit ee344c3e4c

View File

@ -2,6 +2,9 @@ MAKEFLAGS = -j1
FLOW_COMMIT = 09669846b7a7ca5a6c23c12d56bb3bebdafd67e9 FLOW_COMMIT = 09669846b7a7ca5a6c23c12d56bb3bebdafd67e9
TEST262_COMMIT = de567d3aa5de4eaa11e00131d26b9fe77997dfb0 TEST262_COMMIT = de567d3aa5de4eaa11e00131d26b9fe77997dfb0
# Fix color output until TravisCI fixes https://github.com/travis-ci/travis-ci/issues/7967
export FORCE_COLOR = true
SOURCES = packages codemods SOURCES = packages codemods
.PHONY: build build-dist watch lint fix clean test-clean test-only test test-ci publish bootstrap .PHONY: build build-dist watch lint fix clean test-clean test-only test test-ci publish bootstrap