mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 20:18:18 +00:00
try build without travis_wait so we can see the log
This commit is contained in:
parent
020e639917
commit
3166685d94
|
@ -51,4 +51,5 @@ env:
|
||||||
script:
|
script:
|
||||||
# Use `travis_wait` when building because some configurations don't produce an
|
# Use `travis_wait` when building because some configurations don't produce an
|
||||||
# output for a long time (linking & testing)
|
# output for a long time (linking & testing)
|
||||||
- travis_wait 55 contrib/ci/scripts/travis_ci_entry_point.sh || exit 1;
|
#- travis_wait 55 contrib/ci/scripts/travis_ci_entry_point.sh || exit 1;
|
||||||
|
- contrib/ci/scripts/travis_ci_entry_point.sh || exit 1;
|
||||||
|
|
Loading…
Reference in a new issue