From 48c770e4bb2480684d425af2a48fa9319277717a Mon Sep 17 00:00:00 2001 From: Henry Zhu Date: Tue, 27 Jun 2017 17:48:56 -0400 Subject: [PATCH] Force color output in test runs to ensure consistent behavior in Travis --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index e1abb3962b..d080f80377 100644 --- a/Makefile +++ b/Makefile @@ -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