Skip to content

Commit

Permalink
chore: use true instead of 1 for FORCE_COLOR
Browse files Browse the repository at this point in the history
  • Loading branch information
Kent C. Dodds committed Jul 8, 2019
1 parent 185f77e commit 8aa0e78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
sudo: false
language: node_js
env:
- FORCE_COLOR=1
- FORCE_COLOR=true
cache:
directories:
- ~/.npm
Expand Down

0 comments on commit 8aa0e78

Please sign in to comment.