From 005fbbe4a64cadbb81a63f8df1165f58c23f89d5 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Mon, 31 Aug 2020 11:53:37 +0930 Subject: [PATCH] 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 --- .travis/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis/build.sh b/.travis/build.sh index 24a4385ca..d376b522f 100755 --- a/.travis/build.sh +++ b/.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'