From 76aa05f32099c47a813e4ffe47a78e6712ada361 Mon Sep 17 00:00:00 2001 From: Andrew Scheller Date: Thu, 6 Apr 2017 17:39:47 +0100 Subject: [PATCH] chore: Stop OSX builds on Travis frequently timing out (#1260) See https://docs.travis-ci.com/user/common-build-problems/#Build-times-out-because-no-output-was-received --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index fa70c6ed..93e4411b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -43,7 +43,7 @@ install: npm install -g bower asar; brew install afsctool jq; make info; - make electron-develop; + travis_wait make electron-develop; fi script: