]> wagner.pp.ru Git - openssl-gost/engine.git/commitdiff
travis-ci: Fix quietness of building of openssl
authorVitaly Chikunov <vt@altlinux.org>
Sun, 5 Jan 2020 20:24:50 +0000 (23:24 +0300)
committerDmitry Belyavskiy <beldmit@users.noreply.github.com>
Sat, 11 Jan 2020 21:20:37 +0000 (00:20 +0300)
No need for `build.log' as `make -s' will output any failure.

Also, redirection was broken anyway since splitting make into two makes
with separate `-j' and install phase.

Add `travis_wait' to make traves not time-out on slow arches. Reference:
  https://docs.travis-ci.com/user/common-build-problems/#build-times-out-because-no-output-was-received

Fixes: c38ec7587 ("travis: speed up Travis build")

No differences found