Skip to content
This repository was archived by the owner on Jan 21, 2024. It is now read-only.

Commit 0075ff2

Browse files
committed
Remove travis-wait
1 parent 281ccd1 commit 0075ff2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ after_success:
1616
deploy:
1717
-
1818
provider: script
19-
script: travis_wait bash scripts/publish-js.sh
19+
script: bash scripts/publish-js.sh
2020
skip_cleanup: true
2121
on:
2222
tags: true
2323
condition: $TRAVIS_TAG =~ ^v[0-9]\.[0-9]\.[0-9](-beta)?$
2424
-
2525
provider: script
26-
script: travis_wait bash scripts/publish-java.sh
26+
script: bash scripts/publish-java.sh
2727
skip_cleanup: true
2828
on:
2929
tags: true

0 commit comments

Comments
 (0)