Skip to content

Commit

Permalink
Merge pull request #1847 from simov/update-travis
Browse files Browse the repository at this point in the history
Use node's latest version when building
  • Loading branch information
simov committed Oct 17, 2015
2 parents 398ac48 + e6d51c3 commit 2cd86ce
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
@@ -1,9 +1,9 @@
language: node_js
node_js:
- "4.0"
- "io.js"
- "0.12"
- "0.10"
- node
- io.js
- 0.12
- 0.10
sudo: false

after_script: "npm run test-cov && cat ./coverage/lcov.info | codecov && cat ./coverage/lcov.info | coveralls"
Expand Down

0 comments on commit 2cd86ce

Please sign in to comment.