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