Skip to content

Commit

Permalink
appveyor.yml: remove PS testing.
Browse files Browse the repository at this point in the history
It fails when warnings are output.
  • Loading branch information
XhmikosR committed Sep 7, 2018
1 parent 5afb66c commit 3aea005
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,8 @@ install:
- npm install

test_script:
# Output useful info for debugging
- node --version && npm --version
# We test multiple Windows shells because of prior stdout buffering issues
# filed against Grunt. https://github.com/joyent/node/issues/3584
- ps: "npm test # PowerShell" # Pass comment to PS for easier debugging
- cmd: npm test
- npm test

build: off

Expand Down

0 comments on commit 3aea005

Please sign in to comment.