Skip to content

Commit

Permalink
travis: don't suppress make output.
Browse files Browse the repository at this point in the history
It's far less verbose than it used to be!  And it's occasionally useful.

Signed-off-by: Rusty Russell <[email protected]>
  • Loading branch information
rustyrussell committed Aug 31, 2020
1 parent 9b34210 commit f096d44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit f096d44

Please sign in to comment.