Skip to content

Commit

Permalink
improve CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
kentcdodds committed Oct 20, 2020
1 parent e4a014d commit e68f169
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
registry=https://registry.npmjs.org/
package-lock=true
yes=true
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
sudo: false
language: node_js
node_js: stable
node_js: 14
install: echo "Installation happens in the setup script"
cache: npm
notifications:
email: false
branches:
only:
- main
script:
- npm run setup
- npx codecov
script: npm run setup
after_script: npx codecov@3

0 comments on commit e68f169

Please sign in to comment.