From 65f888c65812fa8687bf9fe4c2e5a57a7297b7ae Mon Sep 17 00:00:00 2001 From: Hadrien G Date: Sun, 9 Dec 2018 14:55:13 +0100 Subject: [PATCH] Try to fix the CI (new component names?) --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index e52aae312..3714d1a02 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,9 +15,9 @@ install: # Required by cargo-xbuild - rustup component add rust-src # Required by cargo-xclippy - - rustup component add clippy-preview + - rustup component add clippy # For checking the code's formatting - - rustup component add rustfmt-preview + - rustup component add rustfmt # Try installing cargo-xbuild if it's not already installed - hash cargo-xbuild || cargo install cargo-xbuild # Save the current branch