From d0f43feae2b0d6e7af1e7aac9818b45abda90dfa Mon Sep 17 00:00:00 2001 From: Lokathor Date: Mon, 24 Dec 2018 12:03:10 -0700 Subject: [PATCH] toolchain nightly --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0026b53..090a2b7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ rust: before_script: - 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-xbuild || cargo install cargo-xbuild) - (test -x $HOME/.cargo/bin/cargo-make || cargo install cargo-make)