Skip to content

Commit

Permalink
Merge pull request #120 from thelinmichael/update-travis-node-versions
Browse files Browse the repository at this point in the history
Update node versions to run the build on travis
  • Loading branch information
JMPerez authored Apr 19, 2017
2 parents e425e04 + 9383122 commit 4d87722
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
language: node_js
node_js:
- 'node'
- '7'
- '6'
- '6.1'
- '5.11'
after_success:
- npm run coveralls

0 comments on commit 4d87722

Please sign in to comment.