We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8635a72 commit aeb0924Copy full SHA for aeb0924
.travis.yml
@@ -7,7 +7,7 @@ sudo: false
7
install:
8
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then OS=unknown-linux-gnu; else OS=apple-darwin; fi
9
- export TARGET=$ARCH-$OS
10
- - if [ "$TRAVIS_RUST_VERSION" = "nightly" ]; then PKG=rust-std-$TARGET; else PKG=rustc; fi
+ - if [ "$TRAVIS_RUST_VERSION" = "1.0.0" ]; then PKG=rustc; else PKG=rust-std-$TARGET; fi
11
- curl -sO https://static.rust-lang.org/dist/rust-$TRAVIS_RUST_VERSION-$TARGET.tar.gz
12
- tar xf rust-$TRAVIS_RUST_VERSION-$TARGET.tar.gz
13
- rm -rf $HOME/rust/lib/rustlib/$TARGET
0 commit comments