Put back node_modules in the cache

This commit is contained in:
Antonio Scandurra 2016-07-19 14:56:27 +02:00
parent 26f4800192
commit 5c1a433e2a

View File

@ -29,13 +29,13 @@ install:
- source /tmp/.nvm/nvm.sh
- nvm install $NODE_VERSION
- nvm use --delete-prefix $NODE_VERSION
- npm install -g npm
script: script/cibuild
cache:
timeout: 1000
directories:
- node_modules
- build/node_modules
- apm/node_modules