travis: cache npm packages as well as python ones. take two

This commit is contained in:
codl 2019-05-02 02:02:27 +02:00
parent 733bb8751a
commit c7858d6121
No known key found for this signature in database
GPG Key ID: 6CD7C8891ED1233A
1 changed files with 4 additions and 2 deletions

View File

@ -13,5 +13,7 @@ script:
after_success:
- codecov
cache:
- pip
- npm
pip: true
directories:
- node_modules