summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2015-10-28 14:46:38 -0700
committerAlex Crichton <alex@alexcrichton.com>2015-10-28 14:46:38 -0700
commitb017b5e72f5be63567b0d0cacccb6efa7b4b5889 (patch)
tree41addb49d08351608a68a6edfee0db67b28d5ac9 /ci
parent354693de77c376d2fc6e92f871f103d6a4a98ab8 (diff)
downloadrust-libc-b017b5e72f5be63567b0d0cacccb6efa7b4b5889.tar.gz
Really fix ci...
Diffstat (limited to 'ci')
-rw-r--r--ci/run-travis.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/run-travis.sh b/ci/run-travis.sh
index 71593170a1..09f2d79dab 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 | \