Bugfix: depends/Travis: Use --location (follow redirects) and --fail [on HTTP error response] with curl

This commit is contained in:
Luke Dashjr
2016-02-09 22:15:25 +00:00
committed by Jack Grigg
parent bdd12c9b3c
commit a8982ac97d
3 changed files with 3 additions and 3 deletions

View File

@@ -1,2 +1,2 @@
build_linux_SHA256SUM = sha256sum
build_linux_DOWNLOAD = curl --connect-timeout $(DOWNLOAD_CONNECT_TIMEOUT) --retry $(DOWNLOAD_RETRIES) -L -o
build_linux_DOWNLOAD = curl --location --fail --connect-timeout $(DOWNLOAD_CONNECT_TIMEOUT) --retry $(DOWNLOAD_RETRIES) -L -o