mirror of
https://github.com/vale981/apollo-server
synced 2025-03-06 02:01:40 -05:00
chore(travis): cache node_modules as well
This commit is contained in:
parent
d8034bafdd
commit
89471178e2
1 changed files with 2 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue