Skip to content

Commit

Permalink
Updates node_js versions in travis yml file
Browse files Browse the repository at this point in the history
Miguel Solano authored Mar 12, 2018

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent a638036 commit 2b52bb3
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 2b52bb3

Please sign in to comment.