Skip to content

Commit

Permalink
fix(ci): correctly report appveyor failures
Browse files Browse the repository at this point in the history
  • Loading branch information
filipesilva committed Sep 20, 2016
1 parent 638a54b commit ae77dfb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ test_script:
- node --version
- npm --version
- npm test
- echo ---------------- Exit Code is %errorlevel%
- node tests\e2e_runner.js
- echo ---------------- Exit Code is %errorlevel%

build: off

0 comments on commit ae77dfb

Please sign in to comment.