Skip to content

Commit

Permalink
Update CI component names (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
HadrienG2 committed Dec 14, 2018
1 parent 0a63414 commit b8ce767
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit b8ce767

Please sign in to comment.