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