Update .travis.yml
This commit is contained in:
parent
b26df4d79f
commit
8425fa898a
@ -53,7 +53,8 @@ deploy:
|
|||||||
script: |
|
script: |
|
||||||
set -e
|
set -e
|
||||||
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
|
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
|
fi
|
||||||
|
|
||||||
if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then
|
if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user