We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a63414 commit b8ce767Copy full SHA for b8ce767
.travis.yml
@@ -15,9 +15,9 @@ install:
15
# Required by cargo-xbuild
16
- rustup component add rust-src
17
# Required by cargo-xclippy
18
- - rustup component add clippy-preview
+ - rustup component add clippy
19
# For checking the code's formatting
20
- - rustup component add rustfmt-preview
+ - rustup component add rustfmt
21
# Try installing cargo-xbuild if it's not already installed
22
- hash cargo-xbuild || cargo install cargo-xbuild
23
# Save the current branch
0 commit comments