Browse Source

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>
bump-pyln-proto
Rusty Russell 4 years ago
committed by neil saitug
parent
commit
005fbbe4a6
  1. 2
      .travis/build.sh

2
.travis/build.sh

@ -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…
Cancel
Save