We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 181139a commit d2bf0f9Copy full SHA for d2bf0f9
.travis.yml
@@ -34,8 +34,6 @@ before_install:
34
- test "$TRAVIS_OS_NAME" = "osx" || docker run --rm --privileged multiarch/qemu-user-static:register
35
36
install:
37
- - curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain $TRAVIS_RUST_VERSION
38
- - source ~/.cargo/env
39
- case $TARGET in
40
x86_64-apple-darwin | x86_64-unknown-linux-gnu) ;;
41
thumbv*eabi*) rustup component add rust-src ;;
0 commit comments