]> www.wagner.pp.ru Git - openssl-gost/engine.git/commit
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)
commite3eee4545d1ca455ecb70d47dc6623162aeeccc0
tree798ea39c77b6d47c7398191dd98f2d015204f20f
parent07743c1340bebbaba78525d0d22c9104732c3f1d
travis-ci: Fix quietness of building of openssl

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")
.travis.yml