Skip to content

Commit

Permalink
forcing color globally in appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
catdad committed Jul 11, 2019
1 parent 83390df commit 916f7b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ version: '{branch} #{build}'
environment:
matrix:
- nodejs_version: "10"
global:
FORCE_COLOR: 1

install:
- ps: Install-Product node $env:nodejs_version x64
Expand All @@ -12,7 +14,6 @@ install:
- npm install

test_script:
- set FORCE_COLOR=1
- npm test

after_test:
Expand Down

0 comments on commit 916f7b0

Please sign in to comment.