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:
|
cache:
|
||||||
- pip: true
|
- pip: true
|
||||||
|
- npm: true
|
||||||
- directories:
|
- directories:
|
||||||
- "$HOME/.npm"
|
- "$HOME/.npm"
|
||||||
- $PIP_CACHE_DIR
|
- $PIP_CACHE_DIR
|
||||||
|
|
Loading…
Reference in New Issue