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 16, 2018
1 parent 9e47eaf commit 098dd91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -2,4 +2,5 @@ if: branch !~ ^v\d
dist: xenial
language: node_js
node_js: node
cache: npm
after_success: node_modules/.bin/nyc report | npx coveralls

0 comments on commit 098dd91

Please sign in to comment.