mirror of
https://github.com/aljazceru/lightning.git
synced 2026-02-02 20:54:23 +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:
committed by
neil saitug
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'
|
||||
|
||||
Reference in New Issue
Block a user