Added curl

Former-commit-id: 68bc6cb4acf734acf4b0e6ef5e8d5900e5e5f35a
This commit is contained in:
Forest Anderson 2019-04-23 13:42:40 -04:00
parent 7840519ba9
commit af250ce03a

View File

@ -13,6 +13,7 @@ rust-nightly:
image: ubuntu:latest
script:
- apt-get update
- apt-get install curl -y
- curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain nightly
- source /root/.cargo/bin:$PATH
- cargo build