Skip to content

Commit

Permalink
chore: update travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
kentcdodds committed Aug 19, 2020
1 parent 23e4070 commit 3ac1c3b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ cache: npm
notifications:
email: false
node_js:
- 10.0.0
- 10
- 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

0 comments on commit 3ac1c3b

Please sign in to comment.