From 7a03b915420869f257b13c5a19a7981081d205ad Mon Sep 17 00:00:00 2001 From: Mikael Finstad Date: Sat, 12 Jan 2019 17:55:50 +0000 Subject: [PATCH] try to fix crash --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 252adac0..5a6e96fa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,7 @@ node_js: # https://discourse.brew.sh/t/wine-first-time-configuration-gets-stuck-forever-on-macos/1612 env: - ELECTRON_CACHE=$HOME/.cache/electron ELECTRON_BUILDER_CACHE=$HOME/.cache/electron-builder WINEARCH=win32 + - HOMEBREW_LOGS=/tmp # Prevent crash cache: yarn: true