Skip to content

Commit

Permalink
travis: add nodejs version 4-5 support
Browse files Browse the repository at this point in the history
  • Loading branch information
lackhurt committed May 26, 2016
1 parent cecd685 commit a9b89b2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
language: node_js
node_js:
- "5"
- "5.1"
- "4"
- "4.2"
- "4.1"
- "4.0"
- "0.12"
- "0.11"
- "0.10"
Expand Down

0 comments on commit a9b89b2

Please sign in to comment.