Skip to content

Commit

Permalink
💚 Travis update to reuse npm cache
Browse files Browse the repository at this point in the history
  • Loading branch information
jolzee committed Feb 25, 2020
1 parent 5410b8f commit f6f440f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ install:
- echo 'Build starting...'
- echo 'Installing Dependencies...'
- npm ci
cache:
directories:
- "$HOME/.npm"
script:
- npm run build
before_deploy:
Expand Down

0 comments on commit f6f440f

Please sign in to comment.