Skip to content

Commit

Permalink
ci: Improve format of output errors (#809)
Browse files Browse the repository at this point in the history
This makes it much easier to see which tests failed when looking at Travis/Appveyor logs.
  • Loading branch information
nwoltman authored and allevo committed Feb 25, 2018
1 parent 9cec944 commit 639e01d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -8,7 +8,7 @@ node_js:


script:
- npm run coveralls
- npm run coveralls -- -c

after_script:
- ./tools/website.sh
Expand Down
4 changes: 3 additions & 1 deletion appveyor.yml
Expand Up @@ -35,7 +35,9 @@ test_script:
- node --version
- npm --version
# run tests
- npm test
- npm run lint
- npm run unit -- --reporter=classic
- npm run typescript

os: Visual Studio 2015

Expand Down

0 comments on commit 639e01d

Please sign in to comment.