Skip to content

Commit

Permalink
fix(Build): Disable coverage check on Windows CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
hypery2k committed Jan 3, 2019
1 parent e67f8b9 commit afa5c2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ build: off
test_script:
- cd core
- npm install .
- npm run coverage
- npm test
- npm install . -g
- cd ..
- cd cli
Expand Down

0 comments on commit afa5c2b

Please sign in to comment.