From d358627a19855218adab782c018d187b75dad48f Mon Sep 17 00:00:00 2001 From: Peter Squicciarini Date: Thu, 8 Aug 2019 15:41:39 -0700 Subject: [PATCH] Wait for Darwin build --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 43f39e2..52a160e 100755 --- a/build.sh +++ b/build.sh @@ -55,7 +55,7 @@ if [[ "$SHOULD_BUILD" == "yes" ]]; then if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then npm install --global create-dmg - npm run gulp -- "vscode-darwin-min" + travis_wait npm run gulp -- "vscode-darwin-min" elif [[ "$CI_WINDOWS" == "True" ]]; then cp LICENSE.txt LICENSE.rtf # windows build expects rtf license npm run gulp -- "vscode-win32-${BUILDARCH}-min"