Skip to content

Commit

Permalink
Removes node 4 versions from travis
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitvallon committed Mar 12, 2016
1 parent e9a2c12 commit ef7dcc7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
language: node_js

node_js:
- "4.0"
- "4.1"
- "4.2"
- "5.0"
- "5.1.1"
- "5.3"
- "5.4"
- "5.5"
- "5.6"
- "5.7.1"
- "5.8.0"

script: npm run travis

0 comments on commit ef7dcc7

Please sign in to comment.