Skip to content

Commit

Permalink
cache $HOME/.npm on CI for faster dependency installation
Browse files Browse the repository at this point in the history
  • Loading branch information
shinnn committed Dec 22, 2018
1 parent 38454db commit 3c18e41
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,5 @@ branches:
dist: xenial
language: node_js
node_js: node
after_script:
- npm install istanbul-coveralls
- npm run-script coverage
- node node_modules/.bin/istanbul-coveralls
cache: npm
after_success: node_modules/.bin/nyc report | npx coveralls

0 comments on commit 3c18e41

Please sign in to comment.