mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-19 09:16:38 +00:00
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:
parent
a370e9d4cb
commit
9bd987f7f3
@ -5,8 +5,6 @@ node_js:
|
|||||||
|
|
||||||
cache:
|
cache:
|
||||||
ccache: true
|
ccache: true
|
||||||
directories:
|
|
||||||
- node_modules
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
- docker
|
- docker
|
||||||
|
Loading…
x
Reference in New Issue
Block a user