We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91d42d7 commit dbdaae2Copy full SHA for dbdaae2
.travis.yml
@@ -101,7 +101,7 @@ script:
101
# capture the log, but only print it if `make deps` fails
102
# try to show the end of the log first, because this log might be very long (> 4MB)
103
# and thus be truncated by travis
104
- - moreutils/mispipe "make $BUILDOPTS VERBOSE=0 -C deps 2> deps-err.log" "$BAR" > deps.log ||
+ - moreutils/mispipe "make $BUILDOPTS NO_GIT=1 -C deps 2> deps-err.log" "$BAR" > deps.log ||
105
{ echo "-- deps build log stderr tail 100 --------------------------------------";
106
tail -n 100 deps-err.log;
107
echo "-- deps build log stdout tail 100 --------------------------------------";
0 commit comments