Skip to content

Commit

Permalink
Remove test for Node.js 8
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenjoezhang committed Nov 25, 2019
1 parent 32478e5 commit 1d394b9
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 @@ -4,11 +4,9 @@ sudo: false

cache:
apt: true
directories:
- node_modules
npm: true

node_js:
- "8"
- "10"
- "12"
- "node"
Expand Down
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 1d394b9

Please sign in to comment.