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 authored and boneskull committed Jun 8, 2020
1 parent 5cd8893 commit 53ada74
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
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
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 53ada74

Please sign in to comment.