Skip to content

Commit

Permalink
Add new node versions to .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tillarnold committed Sep 20, 2015
1 parent 666a302 commit 350947c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
language: node_js
node_js:
- "0.10"
- "0.12"
- "4.0.0"
install: npm install
script: npm run jshint && npm run test-coveralls
sudo: false

0 comments on commit 350947c

Please sign in to comment.