Change arguments to rustup

This commit is contained in:
Jeremy Soller 2018-06-09 18:39:24 -06:00
parent 0544da5252
commit 58511a387a

View file

@ -11,7 +11,7 @@ before_script:
apt-get update -qq &&
apt-get purge -qq binutils-doc &&
apt-get install -qq x86-64-unknown-redox-gcc &&
curl https://sh.rustup.rs -sSf | sh -s -- --yes --default-toolchain none
curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain none
build:
script: