Skip to content

Commit

Permalink
add travis cache
Browse files Browse the repository at this point in the history
  • Loading branch information
openhoat committed Jun 3, 2018
1 parent 515037d commit 33f9375
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ env:
- PACKAGE=private-map
- PACKAGE=ts-build-template
- PACKAGE=test-helper
cache:
directories:
- node_modules
- packages/private-map/node_modules
- packages/ts-build-template/node_modules
- packages/test-helper/node_modules
install:
- "cd packages/$PACKAGE; npm i"
script:
Expand Down

0 comments on commit 33f9375

Please sign in to comment.