Skip to content
This repository has been archived by the owner on Apr 29, 2019. It is now read-only.

Commit

Permalink
.travis.json collect coverage with node 5
Browse files Browse the repository at this point in the history
  • Loading branch information
snd committed Dec 29, 2015
1 parent c24ca17 commit a6bf538
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -13,12 +13,12 @@ env:
matrix:
exclude:
# don't collect code coverage more than once
- node_js: "0.12"
env: NPM_COMMAND=test-with-coverage
- node_js: "iojs-3"
env: NPM_COMMAND=test-with-coverage
- node_js: "4"
env: NPM_COMMAND=test-with-coverage
# already tested with coverage. no need to test again without
- node_js: "5"
env: NPM_COMMAND=test-with-coverage
# don't test 0.12 more than once
- node_js: "0.12"
env: NPM_COMMAND=test

0 comments on commit a6bf538

Please sign in to comment.