Skip to content

Commit

Permalink
Merge pull request #21 from snyk/feat/drop-node-4
Browse files Browse the repository at this point in the history
feat: Drop node 4, add node 10
  • Loading branch information
lili2311 committed May 13, 2019
2 parents 723cf0b + 3126721 commit 82290a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ notifications:
email: false
language: node_js
node_js:
- "10"
- "8"
- "6"
- "4"
cache:
directories:
- node_modules
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ cache:

environment:
matrix:
- nodejs_version: "10"
- nodejs_version: "8"
- nodejs_version: "6"
- nodejs_version: "4"

matrix:
fast_finish: true
Expand Down

0 comments on commit 82290a6

Please sign in to comment.