Wait on maybe long running install script in CI

pull/198/head
Nicolas Werner 5 years ago
parent 10f0f7462a
commit 5a5b85cded
  1. 2
      .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:

Loading…
Cancel
Save