Really fix ci...
This commit is contained in:
parent
354693de77
commit
b017b5e72f
@ -70,7 +70,7 @@ case "$TARGET" in
|
|||||||
# Download the rustlib folder from the relevant portion of main distribution's
|
# Download the rustlib folder from the relevant portion of main distribution's
|
||||||
# tarballs.
|
# tarballs.
|
||||||
pkg=rust-std-$HOST
|
pkg=rust-std-$HOST
|
||||||
if [ "$TRAVIS_RUST_VERSION" == "1.0.0" ]; then
|
if [ "$TRAVIS_RUST_VERSION" = "1.0.0" ]; then
|
||||||
pkg=rustc
|
pkg=rustc
|
||||||
fi
|
fi
|
||||||
curl -s $MAIN_TARGETS/rust-$TRAVIS_RUST_VERSION-$HOST.tar.gz | \
|
curl -s $MAIN_TARGETS/rust-$TRAVIS_RUST_VERSION-$HOST.tar.gz | \
|
||||||
|
Loading…
Reference in New Issue
Block a user