Skip to content

Commit

Permalink
Merge ecd3dac into 14fa817
Browse files Browse the repository at this point in the history
  • Loading branch information
curbengh committed Jul 12, 2020
2 parents 14fa817 + ecd3dac commit 23c47e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -10,7 +10,6 @@ cache:
node_js:
- "10"
- "12"
- "13"
- "14"

script:
Expand Down
5 changes: 2 additions & 3 deletions appveyor.yml
Expand Up @@ -5,10 +5,9 @@ init:
# Test against these versions of Node.js.
environment:
matrix:
- nodejs_version: "10"
- nodejs_version: "12"
- nodejs_version: "13"
- nodejs_version: "14"
- nodejs_version: "12"
- nodejs_version: "10"

matrix:
fast_finish: true
Expand Down

0 comments on commit 23c47e9

Please sign in to comment.