Skip to content

Commit 720b7ba

Browse files
committed
rustup sans curl
1 parent 7249e3f commit 720b7ba

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.travis.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,10 @@ script:
4444
before_install:
4545
- sudo ifconfig
4646
- sudo apt-get update -q
47-
- sudo apt-get install -qy build-essential libssl-dev libnghttp2-dev curl git cmake
48-
- sudo curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
49-
- sudo apt purge -y curl
47+
- sudo apt-get install -qy build-essential libssl-dev libnghttp2-dev git cmake
48+
- wget https://raw.githubusercontent.com/rust-lang/rustup.rs/master/rustup-init.sh
49+
- chmod +x rustup-init.sh
50+
- sudo ./rustup-init.sh -y
5051

5152
cache:
5253
directories:

0 commit comments

Comments
 (0)