Skip to content

Commit

Permalink
Run tests on major supported versions of Node.js
Browse files Browse the repository at this point in the history
  • Loading branch information
shama committed Jan 21, 2016
1 parent 8aec70d commit d74aff5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ language: node_js
node_js:
- "0.10"
- "0.12"
- "4"
- "5"
- "4.0"
- "4.1"
- "4.2"
- "5.5"
- "iojs"
before_install:
- npm install -g npm
Expand Down

0 comments on commit d74aff5

Please sign in to comment.