Skip to content

Commit

Permalink
drop EOL nodes from CI, add latest (10)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanpenner committed May 25, 2018
1 parent f852120 commit e33466e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
language: node_js
node_js:
- "4"
- "6"
- "8"
- "10"
Expand Down
5 changes: 2 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@ init:
environment:
MOCHA_REPORTER: "mocha-appveyor-reporter"
matrix:
- nodejs_version: "4"
- nodejs_version: "6"
- nodejs_version: "7"
# - nodejs_version: "8"
- nodejs_version: "8"
- nodejs_version: "10"

cache:
- '%APPDATA%\npm-cache'
Expand Down

0 comments on commit e33466e

Please sign in to comment.