Skip to content

Commit

Permalink
[setup] ignore node 5 in travis and appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Mollweide committed Apr 6, 2017
1 parent 6a8ddde commit a9aa850
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@ script:
- npm test
node_js:
- "6"
- "5"
- "4"
- "4"
1 change: 0 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
environment:
matrix:
- nodejs_version: 4
- nodejs_version: 5
- nodejs_version: 6

version: "{build}"
Expand Down

0 comments on commit a9aa850

Please sign in to comment.