Skip to content

Commit

Permalink
Use node's latest version when building
Browse files Browse the repository at this point in the history
  • Loading branch information
simov committed Oct 17, 2015
1 parent 398ac48 commit e6d51c3
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 e6d51c3

Please sign in to comment.