Skip to content

Commit

Permalink
Install clippy via rustup component-add
Browse files Browse the repository at this point in the history
  • Loading branch information
antifuchs committed Oct 17, 2018
1 parent c524326 commit fa07765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -45,7 +45,7 @@ before_script:
fi'
- bash -c 'if [[ "$RUN_CLIPPY" == "true" ]]; then
rm -f ~/.cargo/bin/clippy;
cargo install clippy --force
rustup component add clippy-preview
;
fi'

Expand Down

0 comments on commit fa07765

Please sign in to comment.