Skip to content

Commit

Permalink
Use string for Travis Node version
Browse files Browse the repository at this point in the history
  • Loading branch information
markdalgleish committed Jul 30, 2014
1 parent 241d231 commit 637c288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,7 +1,7 @@
language: node_js

node_js:
- 0.10
- "0.10"

after_script:
- npm run coveralls

0 comments on commit 637c288

Please sign in to comment.