Do not (travis) fail if android build is longer that 10 minutes.
This commit is contained in:
parent
e2bb3ad2f6
commit
4b1a4928b5
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue