Skip to content

Commit

Permalink
chore(travis): only build against recent node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
amit-bansil committed Aug 3, 2016
1 parent 49444c2 commit 251e7a9
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,9 @@ cache:
notifications:
email: false
node_js:
- '6'
- '5'
- '4'
- iojs-v3
- iojs-v2
- iojs-v1
- '0.12'
- '0.10'
before_install:
- npm i -g npm@^2.0.0
before_script:
Expand Down

0 comments on commit 251e7a9

Please sign in to comment.