Skip to content

Commit

Permalink
travis.yml: update node releases for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pabigot committed Feb 10, 2016
1 parent bf752a0 commit b68e101
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
language: node_js
node_js:
- "5.1.0"
- "5.0.0"
- "5.6"
- "5.5"
- "5.4"
- "5.3"
- "5.2"
- "5.1"
- "5.0"
- "4.3"
- "4.2"
- "4.1"
- "4.0"
Expand Down

0 comments on commit b68e101

Please sign in to comment.