From 8425fa898abd350f6f0413d7a00ceabf0a8978ea Mon Sep 17 00:00:00 2001 From: Andrea Date: Wed, 19 Aug 2020 19:16:02 +0200 Subject: [PATCH] Update .travis.yml --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 62c1808..8f86540 100644 --- a/.travis.yml +++ b/.travis.yml @@ -53,7 +53,8 @@ deploy: script: | set -e if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then - travis_wait 30 "bash -e travis/linux.sh && bash -e travis/deploy_master.sh" + travis_wait 30 bash -e travis/linux.sh + travis_wait 30 bash -e travis/deploy_master.sh fi if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then