chore(travis): cache node_modules as well

This commit is contained in:
Hagai Cohen 2017-01-24 16:47:10 +02:00
parent d8034bafdd
commit 89471178e2

View file

@ -17,12 +17,14 @@ addons:
cache:
directories:
- $HOME/.npm
- node_modules
before_install:
- npm install -g npm@4
- npm install -g coveralls
install:
- npm prune
- npm install
script: