Skip to content

Commit

Permalink
add Node v13 to CI test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
juergba authored and boneskull committed Nov 26, 2019
1 parent 47dcc5f commit e4e126f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .travis.yml
Expand Up @@ -11,7 +11,7 @@ stages:

# defaults
language: node_js
node_js: '12'
node_js: '13'
addons:
apt:
packages:
Expand Down Expand Up @@ -41,6 +41,9 @@ jobs:

- &node
script: npm start test.node
node_js: '12'

- <<: *node
node_js: '10'

- <<: *node
Expand Down Expand Up @@ -74,6 +77,9 @@ jobs:
- ~/.npm
- node_modules # npm install, unlike npm ci, doesn't wipe node_modules

- <<: *smoke
node_js: '12'

- <<: *smoke
node_js: '10'

Expand Down
1 change: 1 addition & 0 deletions appveyor.yml
Expand Up @@ -12,6 +12,7 @@ shallow_clone: true
clone_depth: 1
environment:
matrix:
- nodejs_version: '13'
- nodejs_version: '12'
- nodejs_version: '10'
- nodejs_version: '8'
Expand Down

0 comments on commit e4e126f

Please sign in to comment.