From 3166685d94f4294e2e6e0fd25654f4a722f59a9e Mon Sep 17 00:00:00 2001 From: Nuno Lopes Date: Sat, 20 Feb 2021 23:53:49 +0000 Subject: [PATCH] try build without travis_wait so we can see the log --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e4020d81d..41b860d2d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -51,4 +51,5 @@ env: script: # Use `travis_wait` when building because some configurations don't produce an # 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;