Skip to content

Commit

Permalink
rustup sans curl
Browse files Browse the repository at this point in the history
  • Loading branch information
puzza007 committed Sep 13, 2019
1 parent 7249e3f commit 720b7ba
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,10 @@ script:
before_install:
- sudo ifconfig
- sudo apt-get update -q
- sudo apt-get install -qy build-essential libssl-dev libnghttp2-dev curl git cmake
- sudo curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
- sudo apt purge -y curl
- sudo apt-get install -qy build-essential libssl-dev libnghttp2-dev git cmake
- wget https://raw.githubusercontent.com/rust-lang/rustup.rs/master/rustup-init.sh
- chmod +x rustup-init.sh
- sudo ./rustup-init.sh -y

cache:
directories:
Expand Down

0 comments on commit 720b7ba

Please sign in to comment.