Remove caching with travis

pull/10/head
Chocobozzz 2016-02-29 19:01:30 +01:00
parent 89d1d8ba91
commit b2ff5e3e68
1 changed files with 0 additions and 7 deletions

View File

@ -19,14 +19,7 @@ sudo: false
services:
- mongodb
cache:
directories:
- node_modules
- $(npm config get prefix)/bin/grunt-cli
- $(npm config get prefix)/bin/electron-prebuilt
before_script:
- npm update
- npm install electron-prebuilt -g
- npm install grunt-cli -g