toolchain nightly

This commit is contained in:
Lokathor 2018-12-24 12:03:10 -07:00
parent 29ccbf4ba9
commit d0f43feae2

View file

@ -9,7 +9,7 @@ rust:
before_script: before_script:
- rustup component add rust-src - rustup component add rust-src
- rustup component add clippy - rustup component add clippy --toolchain=nightly
- (test -x $HOME/.cargo/bin/cargo-install-update || cargo install cargo-update) - (test -x $HOME/.cargo/bin/cargo-install-update || cargo install cargo-update)
- (test -x $HOME/.cargo/bin/cargo-xbuild || cargo install cargo-xbuild) - (test -x $HOME/.cargo/bin/cargo-xbuild || cargo install cargo-xbuild)
- (test -x $HOME/.cargo/bin/cargo-make || cargo install cargo-make) - (test -x $HOME/.cargo/bin/cargo-make || cargo install cargo-make)