From 3e8a6f93a444c7930dbb60a0d92a81f0f434c0bb Mon Sep 17 00:00:00 2001 From: Asher Date: Wed, 4 Mar 2020 14:18:05 -0600 Subject: [PATCH] Build arm64 without travis_wait --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 83e833f7..cc358c8f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,7 @@ jobs: - name: Linux ARM64 Release if: tag IS present script: - - travis_wait 60 ./ci/image/run.sh "yarn && yarn vscode && ci/release.sh" + - ./ci/image/run.sh "yarn && yarn vscode && ci/release.sh" - ./ci/release-image/push.sh arch: arm64 - name: MacOS Release -- GitLab