Really fix ci...

This commit is contained in:
Alex Crichton 2015-10-28 14:46:38 -07:00
parent 354693de77
commit b017b5e72f
1 changed files with 1 additions and 1 deletions

View File

@ -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 | \