Skip to content

Commit

Permalink
Merge pull request #20 from snyk/feat/drop-node-4
Browse files Browse the repository at this point in the history
feat: Drop node 4, add 10
  • Loading branch information
lili2311 authored Apr 28, 2019
2 parents 54cb82c + 531ad16 commit b3c7803
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4
6
4 changes: 2 additions & 2 deletions .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 All @@ -16,7 +16,7 @@ jobs:
node_js: "8" # This *has* to be the "build leader"
script: skip
after_success:
- TRAVIS_JOB_NUMBER=WORKAROUND.1 npm run semantic-release
- npm run semantic-release
branches:
only:
- master
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 b3c7803

Please sign in to comment.