From 0075ff297091dd0f50c45cbd192088cb5f0fab0f Mon Sep 17 00:00:00 2001 From: Artem Kostiuk Date: Tue, 17 Sep 2019 11:52:01 +0300 Subject: [PATCH] Remove travis-wait --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index c7dc89f..c898c02 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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