mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-19 09:54:16 +01:00
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:
parent
b3f6a0e78d
commit
005fbbe4a6
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user