Skip to content

Commit e0165d7

Browse files
tammojangijzelaerr
authored andcommittedNov 8, 2018
Travis: disable wget progress bar
1 parent 953ca98 commit e0165d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ docker:
1818

1919
data/${FILE}:
2020
mkdir -p data
21-
cd data && wget ${URL}
21+
cd data && wget -q ${URL}
2222

2323
data/small: data/${FILE}
2424
cd data && tar zmxvf ${FILE}

0 commit comments

Comments
 (0)
Failed to load comments.