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
This commit is contained in:
Andrew Scheller 2017-04-06 17:39:47 +01:00 committed by GitHub
parent 802d9abb1d
commit 76aa05f320

View File

@ -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: