Skip to content

Commit

Permalink
Explicitly test Node 4, 5 and 6 in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
zertosh committed May 25, 2016
1 parent 9944a55 commit 6d45fa8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ language: node_js
node_js:
- "0.10"
- "0.12"
- node
- "4"
- "5"
- "6"
before_install:
- npm install -g npm@^3.3.0

0 comments on commit 6d45fa8

Please sign in to comment.