chore(package): Disable node_modules caching on Travis CI (#1561)

This disabled caching of the `node_modules` directory again,
as this is causing failures on Travis CI while building the installers.

Change-Type: patch
This commit is contained in:
Jonas Hermsmeier 2017-06-30 15:54:25 +02:00 committed by Juan Cruz Viotti
parent a370e9d4cb
commit 9bd987f7f3

View File

@ -5,8 +5,6 @@ node_js:
cache:
ccache: true
directories:
- node_modules
services:
- docker