Another attempt at fixing nightly

This commit is contained in:
Alex Crichton 2015-10-21 10:23:08 -07:00
parent a1da67dbaa
commit 573f2de6ac
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ case "$TARGET" in
# tarballs.
pkg=rustc
if [ "$TRAVIS_RUST_VERSION" = "nightly" ]; then
pkg=rust-std
pkg=rust-std-$HOST
fi
curl -s $MAIN_TARGETS/rust-$TRAVIS_RUST_VERSION-$HOST.tar.gz | \
tar xzf - -C $HOME/rust/lib/rustlib --strip-components=4 \