Skip to content

Commit

Permalink
feat(travis-cache): Include npm cache in Travis build to speed installs.
Browse files Browse the repository at this point in the history
Signed-off-by: Quinn Turner <[email protected]>
  • Loading branch information
Quinn Turner authored and quinnturner committed Nov 15, 2018
1 parent 2233df6 commit bff281a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ node_js:
install:
- npm ci

# Keep the npm cache around to speed up installs
cache:
directories:
- "$HOME/.npm"

script:
- npm run build
# ensure no security vulnerabilities in our packages
Expand Down

0 comments on commit bff281a

Please sign in to comment.