Skip to content

Commit

Permalink
chore: Test on Node 14
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDeBoey committed Apr 25, 2020
1 parent 6421629 commit 1c2bc0f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ notifications:
node_js:
- 10.13
- 12
- 14
- node
install: npm install
script:
Expand All @@ -18,6 +19,6 @@ branches:
jobs:
include:
- stage: release
node_js: 12
node_js: 14
script: kcd-scripts travis-release
if: fork = false

0 comments on commit 1c2bc0f

Please sign in to comment.