about summary refs log tree commit diff
path: root/src/ci/docker/scripts/emscripten-wasm.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/emscripten-wasm.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/emscripten-wasm.sh')
-rw-r--r--src/ci/docker/scripts/emscripten-wasm.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ci/docker/scripts/emscripten-wasm.sh b/src/ci/docker/scripts/emscripten-wasm.sh
index 18792c139ba..18499060a20 100644
--- a/src/ci/docker/scripts/emscripten-wasm.sh
+++ b/src/ci/docker/scripts/emscripten-wasm.sh
@@ -28,7 +28,7 @@ exit 1
 }
 
 # Download last known good emscripten from WebAssembly waterfall
-BUILD=$(curl -sL https://storage.googleapis.com/wasm-llvm/builds/linux/lkgr.json | \
+BUILD=$(curl -fL https://storage.googleapis.com/wasm-llvm/builds/linux/lkgr.json | \
     jq '.build | tonumber')
 curl -sL https://storage.googleapis.com/wasm-llvm/builds/linux/$BUILD/wasm-binaries.tbz2 | \
     hide_output tar xvkj