Use travis_wait on all Android release builds on Travis CI.

This commit is contained in:
Pietro Monteiro 2017-05-30 09:59:55 -07:00 committed by Brian Smith
parent cd011b39e3
commit ffe7e973b7

View File

@ -1672,4 +1672,4 @@ matrix:
# END GENERATED
script: if [[ "$TARGET_X" =~ ^a*.*linux-.*eabi && "$MODE_X" == "RELWITHDEBINFO" ]]; then travis_wait 60 mk/travis.sh; else mk/travis.sh; fi
script: if [[ "$TARGET_X" =~ ^a*.*linux-.*(droid|eabi) && "$MODE_X" == "RELWITHDEBINFO" ]]; then travis_wait 60 mk/travis.sh; else mk/travis.sh; fi