forked from p15670423/monkey
Project: Add npm caching strategy to TravisCI
This commit is contained in:
parent
ffec206435
commit
9ae35beba9
|
@ -11,6 +11,7 @@ env:
|
|||
|
||||
cache:
|
||||
- pip: true
|
||||
- npm: true
|
||||
- directories:
|
||||
- "$HOME/.npm"
|
||||
- $PIP_CACHE_DIR
|
||||
|
|
Loading…
Reference in New Issue