Skip to content

Commit

Permalink
chore: update travis (#802)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentcdodds authored Nov 2, 2020
1 parent 626f847 commit 2cc8a11
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,15 @@ cache: npm
notifications:
email: false
node_js:
- 10
# technically we support 10.0.0, but some of our tooling doesn't
- 10.14.2
- 12
- 14
- node
install: npm install
- 15
before_install:
- nvm install-latest-npm
install:
- npm install
script:
- npm run validate
- npx codecov@3
Expand Down

0 comments on commit 2cc8a11

Please sign in to comment.