Do not (travis) fail if android build is longer that 10 minutes.

This commit is contained in:
Matthieu Gautier 2017-09-04 10:48:49 +02:00
parent e2bb3ad2f6
commit 4b1a4928b5
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ before_install:
- chmod 600 travis/travisci_builder_id_key - chmod 600 travis/travisci_builder_id_key
cache: ccache cache: ccache
install: travis/install_extra_deps.sh install: travis/install_extra_deps.sh
script: travis/compile_all.sh script: travis_wait 30 travis/compile_all.sh
deploy: deploy:
provider: script provider: script
skip_cleanup: true skip_cleanup: true