Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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