Skip to content

Commit

Permalink
fixed appveyor test to not use the coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
M. Peter committed Jan 19, 2017
1 parent cb8c6ea commit a8dcc5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ test_script:
# Output useful info for debugging.
- node --version
- npm --version
- cmd: npm t
- cmd: grunt test

os:
- Default Azure
Expand All @@ -41,4 +41,4 @@ os:
build: off

# Set build version format here instead of in the admin panel.
version: "{build}"
version: "{build}"

0 comments on commit a8dcc5f

Please sign in to comment.