travis: cache npm packages as well as python ones. take two
This commit is contained in:
parent
733bb8751a
commit
c7858d6121
|
@ -13,5 +13,7 @@ script:
|
||||||
after_success:
|
after_success:
|
||||||
- codecov
|
- codecov
|
||||||
cache:
|
cache:
|
||||||
- pip
|
pip: true
|
||||||
- npm
|
directories:
|
||||||
|
- node_modules
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue