Skip to content

Commit b8ce767

Browse files
authored
Update CI component names (#68)
1 parent 0a63414 commit b8ce767

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ install:
1515
# Required by cargo-xbuild
1616
- rustup component add rust-src
1717
# Required by cargo-xclippy
18-
- rustup component add clippy-preview
18+
- rustup component add clippy
1919
# For checking the code's formatting
20-
- rustup component add rustfmt-preview
20+
- rustup component add rustfmt
2121
# Try installing cargo-xbuild if it's not already installed
2222
- hash cargo-xbuild || cargo install cargo-xbuild
2323
# Save the current branch

0 commit comments

Comments
 (0)