Skip to content

Commit 1a5c74a

Browse files
Make sure tests on Travis CI have colorized output
Set `FORCE_COLOR=true` in `.travis.yml` to make sure tests output colorized, which is easier to debug and more user friendly.
1 parent 232f425 commit 1a5c74a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
language: node_js
2+
env:
3+
- FORCE_COLOR=true
24
node_js:
35
- "6"
46
- "7"

0 commit comments

Comments
 (0)