Skip to content

Commit

Permalink
ci: drop Node.js 8 (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
SukkaW committed May 1, 2020
1 parent 36e562d commit d8550d1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@ cache:
npm: true

node_js:
- "8"
- "10"
- "node"
- "12"

script:
- npm run eslint
Expand All @@ -17,4 +16,3 @@ script:
after_script:
- npm install coveralls
- nyc report --reporter=text-lcov | coveralls

1 change: 0 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ init:
# Test against these versions of Node.js.
environment:
matrix:
- nodejs_version: "8"
- nodejs_version: "10"
- nodejs_version: "12"

Expand Down

0 comments on commit d8550d1

Please sign in to comment.