Skip to content

Commit

Permalink
Add node v4 to Travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonkemp committed Dec 10, 2015
1 parent c5c5025 commit c64b21e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
sudo: false
language: node_js
node_js:
- '4.1'
- '4.0'
- '0.12'
- '0.10'
after_success: npm run coveralls
Expand Down

0 comments on commit c64b21e

Please sign in to comment.