Skip to content
Snippets Groups Projects
Commit b017b5e7 authored by Alex Crichton's avatar Alex Crichton
Browse files

Really fix ci...

parent 354693de
No related branches found
No related tags found
No related merge requests found
......@@ -70,7 +70,7 @@ case "$TARGET" in
# Download the rustlib folder from the relevant portion of main distribution's
# tarballs.
pkg=rust-std-$HOST
if [ "$TRAVIS_RUST_VERSION" == "1.0.0" ]; then
if [ "$TRAVIS_RUST_VERSION" = "1.0.0" ]; then
pkg=rustc
fi
curl -s $MAIN_TARGETS/rust-$TRAVIS_RUST_VERSION-$HOST.tar.gz | \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment