From 5a5b85cded263ae50bcce722e723522d091d0c23 Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Fri, 15 May 2020 11:11:31 +0200 Subject: [PATCH] Wait on maybe long running install script in CI --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: