| commit | b017b5e72f5be63567b0d0cacccb6efa7b4b5889 | [log] [tgz] |
|---|---|---|
| author | Alex Crichton <alex@alexcrichton.com> | Wed Oct 28 14:46:38 2015 -0700 |
| committer | Alex Crichton <alex@alexcrichton.com> | Wed Oct 28 14:46:38 2015 -0700 |
| tree | 41addb49d08351608a68a6edfee0db67b28d5ac9 | |
| parent | 354693de77c376d2fc6e92f871f103d6a4a98ab8 [diff] |
Really fix ci...
diff --git a/ci/run-travis.sh b/ci/run-travis.sh index 7159317..09f2d79 100644 --- a/ci/run-travis.sh +++ b/ci/run-travis.sh
@@ -70,7 +70,7 @@ # 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 | \