Skip to content

Commit

Permalink
trying to workaround travis-ci/travis-ci#5156
Browse files Browse the repository at this point in the history
  • Loading branch information
schinzelh committed Jan 27, 2016
1 parent 6632601 commit 2f9deb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion depends/builders/linux.mk
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
build_linux_SHA256SUM = sha256sum
build_linux_DOWNLOAD = wget --timeout=$(DOWNLOAD_CONNECT_TIMEOUT) --tries=$(DOWNLOAD_RETRIES) -nv -O
build_linux_DOWNLOAD = curl --connect-timeout $(DOWNLOAD_CONNECT_TIMEOUT) --retry $(DOWNLOAD_RETRIES) -L -o

0 comments on commit 2f9deb9

Please sign in to comment.