Skip to content

Commit

Permalink
Revert "chore: remove FORCE_COLOR workaround" (#10336)
Browse files Browse the repository at this point in the history
This reverts commit 347ee03.
  • Loading branch information
JLHwung authored and nicolo-ribaudo committed Aug 14, 2019
1 parent 64041e1 commit ee344c3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Expand Up @@ -2,6 +2,9 @@ MAKEFLAGS = -j1
FLOW_COMMIT = 09669846b7a7ca5a6c23c12d56bb3bebdafd67e9
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

.PHONY: build build-dist watch lint fix clean test-clean test-only test test-ci publish bootstrap
Expand Down

0 comments on commit ee344c3

Please sign in to comment.