Skip to content

Commit

Permalink
test: attempt to fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
afontcu committed Oct 31, 2020
1 parent d9b1b5e commit 9e20198
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
sudo: false
language: node_js
cache:
directories:
- ~/.npm
cache: npm
notifications:
email: false
node_js:
Expand All @@ -13,8 +11,9 @@ node_js:
before_install:
- nvm install-latest-npm
install: npm install
script: npm run validate
after_success: kcd-scripts travis-after-success
script:
- npm run validate
- npx codecov@3
branches:
only:
- master
Expand Down

0 comments on commit 9e20198

Please sign in to comment.