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

Commit

Permalink
chore: Test on Node 14 (#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDeBoey committed Apr 23, 2020
1 parent dfefcab commit 1394cc8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -5,6 +5,7 @@ notifications:
node_js:
- 10.14
- 12
- 14
- node
install: npm install
script:
Expand All @@ -18,5 +19,5 @@ branches:
jobs:
include:
- stage: release
node_js: 12
node_js: 14
script: kcd-scripts travis-release
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -2,7 +2,7 @@ environment:
matrix:
- node_version: '10.14'
- node_version: '12'
- node_version: '13'
- node_version: '14'
branches:
only:
- master
Expand Down

0 comments on commit 1394cc8

Please sign in to comment.