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

Commit

Permalink
Remove travis-wait
Browse files Browse the repository at this point in the history
  • Loading branch information
postatum committed Sep 17, 2019
1 parent 281ccd1 commit 0075ff2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ after_success:
deploy:
-
provider: script
script: travis_wait bash scripts/publish-js.sh
script: bash scripts/publish-js.sh
skip_cleanup: true
on:
tags: true
condition: $TRAVIS_TAG =~ ^v[0-9]\.[0-9]\.[0-9](-beta)?$
-
provider: script
script: travis_wait bash scripts/publish-java.sh
script: bash scripts/publish-java.sh
skip_cleanup: true
on:
tags: true
Expand Down

0 comments on commit 0075ff2

Please sign in to comment.