Skip to content

Commit

Permalink
Merge #53
Browse files Browse the repository at this point in the history
53: Run clippy against all targets r=Nemo157 a=josephglanville

Additional since clippy was stabilized switch to `rustup component add
clippy` vs `clippy-preview`.

Fixes #52

Co-authored-by: Joseph Glanville <jpg@jpg.id.au>
  • Loading branch information
bors[bot] and josephglanville committed Mar 23, 2020
2 parents f8e462c + 880403c commit 5bed058
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -13,9 +13,9 @@ matrix:
- name: clippy
rust: stable
install:
- rustup component add clippy-preview
- rustup component add clippy
script:
- cargo clippy --lib --tests -- -D warnings
- cargo clippy --all-targets -- -D warnings

branches:
only: [staging, trying, master]

0 comments on commit 5bed058

Please sign in to comment.