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:
|
||||
- codecov
|
||||
cache:
|
||||
- pip
|
||||
- npm
|
||||
pip: true
|
||||
directories:
|
||||
- node_modules
|
||||
|
||||
|
|
Loading…
Reference in New Issue