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