Update .travis.yml
This commit is contained in:
parent
b26df4d79f
commit
8425fa898a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user