From 7576397b258006fdd52345f44fa266fd6717c1cc Mon Sep 17 00:00:00 2001 From: Brian Ng Date: Thu, 29 Jun 2017 12:19:29 -0500 Subject: [PATCH] Force color output in test runs to ensure consistent behavior in Travis (#603) --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 351fc07848..80e70faf22 100644 --- a/Makefile +++ b/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