Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down