diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2017-07-18 07:42:32 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2017-07-18 07:42:32 -0700 |
| commit | 8340f74eb71bdc9b1fd9e456eee27a7e034f8805 (patch) | |
| tree | 4aa297c6c63f2f256fb42395e8888bdd994ac08d /src/ci/docker/scripts/emscripten.sh | |
| parent | 83c659ef655b1f740777f83eb415fd7ebe5a3fe5 (diff) | |
| download | rust-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.sh')
| -rw-r--r-- | src/ci/docker/scripts/emscripten.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ci/docker/scripts/emscripten.sh b/src/ci/docker/scripts/emscripten.sh index 0a570f18bfe..d32ed6b461d 100644 --- a/src/ci/docker/scripts/emscripten.sh +++ b/src/ci/docker/scripts/emscripten.sh @@ -28,7 +28,7 @@ exit 1 } cd / -curl -sL https://s3.amazonaws.com/mozilla-games/emscripten/releases/emsdk-portable.tar.gz | \ +curl -fL https://s3.amazonaws.com/mozilla-games/emscripten/releases/emsdk-portable.tar.gz | \ tar -xz cd /emsdk-portable |
