From 8aa0e7802a14b2abd63b37ffa8e3b9a413d3a274 Mon Sep 17 00:00:00 2001 From: "Kent C. Dodds" Date: Mon, 8 Jul 2019 09:51:45 -0600 Subject: [PATCH] chore: use true instead of 1 for FORCE_COLOR --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2d12b6d1..6b0969d6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ sudo: false language: node_js env: - - FORCE_COLOR=1 + - FORCE_COLOR=true cache: directories: - ~/.npm