Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Commit

Permalink
Update node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu committed Aug 12, 2020
1 parent 6d88cf4 commit 6e648a2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 11 deletions.
7 changes: 2 additions & 5 deletions .travis.yml
Expand Up @@ -4,12 +4,9 @@ sudo: false

node_js:
- 'node'
- '11'
- '14'
- '12'
- '10'
- '9'
- '8'
- '7'
- '6'

after_success:
- ./bin/codecov -e TRAVIS_NODE_VERSION -f coverage/*.json
Expand Down
7 changes: 2 additions & 5 deletions appveyor.yml
@@ -1,11 +1,8 @@
environment:
matrix:
- nodejs_version: '11'
- nodejs_version: '14'
- nodejs_version: '12'
- nodejs_version: '10'
- nodejs_version: '9'
- nodejs_version: '8'
- nodejs_version: '7'
- nodejs_version: '6'

max_jobs: 4

Expand Down
2 changes: 1 addition & 1 deletion circle.yml
@@ -1,6 +1,6 @@
machine:
node:
version: 4
version: 14

test:
post:
Expand Down

0 comments on commit 6e648a2

Please sign in to comment.