From b017b5e72f5be63567b0d0cacccb6efa7b4b5889 Mon Sep 17 00:00:00 2001 From: Alex Crichton <alex@alexcrichton.com> Date: Wed, 28 Oct 2015 14:46:38 -0700 Subject: [PATCH] Really fix ci... --- ci/run-travis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/run-travis.sh b/ci/run-travis.sh index 71593170..09f2d79d 100644 --- a/ci/run-travis.sh +++ b/ci/run-travis.sh @@ -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 | \ -- GitLab