Skip to content

Commit

Permalink
Use stable clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e authored and cramertj committed Oct 16, 2019
1 parent 54da3e3 commit 697a723
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,10 @@ matrix:
os: linux

- name: cargo clippy
rust: nightly
rust: stable
script:
- if rustup component add clippy-preview;
then
cargo clippy -- -Dwarnings;
else
echo 'Skipping clippy';
fi
- rustup component add clippy
- cargo clippy -- -Dwarnings

- name: cargo doc
rust: nightly
Expand Down

0 comments on commit 697a723

Please sign in to comment.