Skip to content

Commit dbdaae2

Browse files
committed
Use same make flags on travis for deps as julia install
1 parent 91d42d7 commit dbdaae2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ script:
101101
# capture the log, but only print it if `make deps` fails
102102
# try to show the end of the log first, because this log might be very long (> 4MB)
103103
# and thus be truncated by travis
104-
- moreutils/mispipe "make $BUILDOPTS VERBOSE=0 -C deps 2> deps-err.log" "$BAR" > deps.log ||
104+
- moreutils/mispipe "make $BUILDOPTS NO_GIT=1 -C deps 2> deps-err.log" "$BAR" > deps.log ||
105105
{ echo "-- deps build log stderr tail 100 --------------------------------------";
106106
tail -n 100 deps-err.log;
107107
echo "-- deps build log stdout tail 100 --------------------------------------";

0 commit comments

Comments
 (0)