Skip to content

Commit

Permalink
remove Node v13 from CI test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
juergba committed Jun 3, 2020
1 parent 63eb80b commit 4879adb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,6 @@ jobs:
name: 'Latest Node.js (with coverage)'
- script: MOCHA_PARALLEL=0 npm start test.node.unit
name: 'Latest Node.js (unit tests in serial mode)'
- &node
script: npm start test.node
node_js: '13'
name: 'Node.js v13'

- &node
script: npm start test.node
Expand Down
1 change: 0 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ clone_depth: 1
environment:
matrix:
- nodejs_version: '14'
- nodejs_version: '13'
- nodejs_version: '12'
- nodejs_version: '10'
matrix:
Expand Down

0 comments on commit 4879adb

Please sign in to comment.