Update .travis.yml

This commit is contained in:
Andrea 2020-08-19 19:16:02 +02:00
parent b26df4d79f
commit 8425fa898a

View File

@ -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