Remove travis_wait to get full log.

This commit is contained in:
Matthieu Gautier 2018-03-19 20:22:00 +01:00
parent 6cc4c43ffa
commit e95456dea0
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ cache:
- $HOME/.gradle/wrapper/ - $HOME/.gradle/wrapper/
- $HOME/.android/build-cache - $HOME/.android/build-cache
install: travis/install_extra_deps.sh install: travis/install_extra_deps.sh
script: travis_wait 30 travis/compile_all.py script: travis/compile_all.py
deploy: deploy:
- provider: script - provider: script
skip_cleanup: true skip_cleanup: true