Skip to content

Commit

Permalink
Test on newer node. Move coverage report to after script.
Browse files Browse the repository at this point in the history
  • Loading branch information
eiriksm committed Aug 21, 2016
1 parent 6e48b76 commit 453ef9f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
language: node_js
node_js:
- "0.11"
- "0.10"

- 4
- 6
- node
script:
- make test-cov
after_script:
- cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage

0 comments on commit 453ef9f

Please sign in to comment.