Skip to content

Commit 272e4d4

Browse files
committed
Use same make flags on travis for deps as julia install
1 parent 74233f7 commit 272e4d4

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
@@ -102,7 +102,7 @@ script:
102102
# capture the log, but only print it if `make deps` fails
103103
# try to show the end of the log first, because this log might be very long (> 4MB)
104104
# and thus be truncated by travis
105-
- moreutils/mispipe "make $BUILDOPTS VERBOSE=0 -C deps 2> deps-err.log" "$BAR" > deps.log ||
105+
- moreutils/mispipe "make $BUILDOPTS NO_GIT=1 -C deps 2> deps-err.log" "$BAR" > deps.log ||
106106
{ echo "-- deps build log stderr tail 100 --------------------------------------";
107107
tail -n 100 deps-err.log;
108108
echo "-- deps build log stdout tail 100 --------------------------------------";

0 commit comments

Comments
 (0)