Skip to content

Commit

Permalink
Merge pull request #585 from ryysud/enable-more-version-on-travis
Browse files Browse the repository at this point in the history
Enable node 6, 7 and 8 on Travis CI.
  • Loading branch information
jaredhanson committed Jul 2, 2017
2 parents 8de1c66 + 88dc173 commit c0c7f8e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
@@ -1,5 +1,8 @@
language: "node_js"
node_js:
- "8"
- "7"
- "6"
- "5"
- "4"
- "3" # io.js
Expand Down

0 comments on commit c0c7f8e

Please sign in to comment.