about summary refs log tree commit diff
path: root/src/ci/docker/scripts/make3.sh
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2017-07-18 07:42:32 -0700
committerAlex Crichton <alex@alexcrichton.com>2017-07-18 07:42:32 -0700
commit8340f74eb71bdc9b1fd9e456eee27a7e034f8805 (patch)
tree4aa297c6c63f2f256fb42395e8888bdd994ac08d /src/ci/docker/scripts/make3.sh
parent83c659ef655b1f740777f83eb415fd7ebe5a3fe5 (diff)
downloadrust-8340f74eb71bdc9b1fd9e456eee27a7e034f8805.tar.gz
rust-8340f74eb71bdc9b1fd9e456eee27a7e034f8805.zip
travis: Switch `curl -s` to `curl -f`
I seem to have been a little too tired when I fixed up the container scripts,
applying the wrong flag!
Diffstat (limited to 'src/ci/docker/scripts/make3.sh')
-rw-r--r--src/ci/docker/scripts/make3.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ci/docker/scripts/make3.sh b/src/ci/docker/scripts/make3.sh
index a0b15cca1f1..ec6e046c964 100644
--- a/src/ci/docker/scripts/make3.sh
+++ b/src/ci/docker/scripts/make3.sh
@@ -10,7 +10,7 @@
 
 set -ex
 
-curl -s https://ftp.gnu.org/gnu/make/make-3.81.tar.gz | tar xzf -
+curl -f https://ftp.gnu.org/gnu/make/make-3.81.tar.gz | tar xzf -
 cd make-3.81
 ./configure --prefix=/usr
 make