Skip to content

Commit d2bf0f9

Browse files
author
Jorge Aparicio
committed
travis: don't reinstall rustup
travis now installs rust using rustup
1 parent 181139a commit d2bf0f9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.travis.yml

-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ before_install:
3434
- test "$TRAVIS_OS_NAME" = "osx" || docker run --rm --privileged multiarch/qemu-user-static:register
3535

3636
install:
37-
- curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain $TRAVIS_RUST_VERSION
38-
- source ~/.cargo/env
3937
- case $TARGET in
4038
x86_64-apple-darwin | x86_64-unknown-linux-gnu) ;;
4139
thumbv*eabi*) rustup component add rust-src ;;

0 commit comments

Comments
 (0)