Skip to content
Snippets Groups Projects
Commit 5a5b85cd authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Wait on maybe long running install script in CI

parent 10f0f746
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment