travis: don't suppress make output.

It's far less verbose than it used to be!  And it's occasionally useful.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell 2020-08-31 11:53:37 +09:30 committed by neil saitug
parent b3f6a0e78d
commit 005fbbe4a6

View File

@ -109,7 +109,7 @@ then
#echo -en 'travis_fold:end:script.3\\r'
else
echo -en 'travis_fold:start:script.2\\r'
make -j8 > /dev/null
make -j8
echo -en 'travis_fold:end:script.2\\r'
echo -en 'travis_fold:start:script.3\\r'