Skip to content

Commit

Permalink
Merge pull request #71 from bruce/updating-travis-yml
Browse files Browse the repository at this point in the history
Updates node_js versions in travis yml file
  • Loading branch information
Miguel Solano authored Mar 12, 2018
2 parents a638036 + 2b52bb3 commit 45b5149
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
language: node_js
node_js:
- "0.11"
- "0.10"
- "node"
- "lts/*"
- "4"
- "5"
- "6"
- "7"

0 comments on commit 45b5149

Please sign in to comment.