Skip to content

Commit

Permalink
Use node 0.12 in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Feb 23, 2015
1 parent 4c5a35a commit 834689d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,6 +1,6 @@
language: node_js
node_js:
- "0.11"
- "0.12"
- "0.10"
script: "npm run-script test-travis"
after_script: "npm install coveralls@2.10.0 && cat ./coverage/lcov.info | coveralls"

0 comments on commit 834689d

Please sign in to comment.