Skip to content

Commit 3e8a6f9

Browse files
committed
Build arm64 without travis_wait
1 parent 308a84e commit 3e8a6f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Linux ARM64 Release
1515
if: tag IS present
1616
script:
17-
- travis_wait 60 ./ci/image/run.sh "yarn && yarn vscode && ci/release.sh"
17+
- ./ci/image/run.sh "yarn && yarn vscode && ci/release.sh"
1818
- ./ci/release-image/push.sh
1919
arch: arm64
2020
- name: MacOS Release

0 commit comments

Comments
 (0)