Skip to content

Commit

Permalink
feat(ci): add Node.js 14 to the testing matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
gurpreetatwal committed Jun 29, 2020
1 parent 92f9f5e commit 0687d9d
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
@@ -1,6 +1,7 @@
language: node_js

node_js:
- '14'
- '12'
- '10'

Expand Down Expand Up @@ -31,5 +32,5 @@ deploy:
skip_cleanup: true
script: semantic-release
on:
node_js: '10'
node_js: '14'
all_branches: true

0 comments on commit 0687d9d

Please sign in to comment.