summary refs log tree commit diff
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2020-05-15 11:11:31 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2020-05-15 11:11:31 +0200
commit5a5b85cded263ae50bcce722e723522d091d0c23 (patch)
tree0709ceb82b6c15a984952dff2520bc16634e52f8
parentTry to fix arm builds hanging breaking CI (diff)
downloadnheko-5a5b85cded263ae50bcce722e723522d091d0c23.tar.xz
Wait on maybe long running install script in CI
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml

index cccc359a..443836cf 100644 --- a/.travis.yml +++ b/.travis.yml
@@ -137,7 +137,7 @@ before_install: # Use TRAVIS_TAG if defined, or the short commit SHA otherwise - export VERSION=${TRAVIS_TAG:-$(git rev-parse --short HEAD)} install: - - ./.ci/install.sh + - travis_wait ./.ci/install.sh - export PATH=/usr/local/bin:${PATH} script: