Skip to content

Commit

Permalink
disable AppVeyor coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
benmosher committed Oct 18, 2017
1 parent 4071379 commit 95b1ba6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions appveyor.yml
Expand Up @@ -39,8 +39,9 @@ test_script:
- cd .\resolvers\webpack && npm test && cd ..\..
- cd .\resolvers\node && npm test && cd ..\..

on_success:
- npm run coveralls
# disabling coveralls since it seems to be broken as-is on Windows
# on_success:
# - npm run coveralls

# Don't actually build.
build: off

0 comments on commit 95b1ba6

Please sign in to comment.