Skip to content

Commit 697a723

Browse files
taiki-ecramertj
authored andcommitted
Use stable clippy
1 parent 54da3e3 commit 697a723

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.travis.yml

+3-7
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,10 @@ matrix:
2121
os: linux
2222

2323
- name: cargo clippy
24-
rust: nightly
24+
rust: stable
2525
script:
26-
- if rustup component add clippy-preview;
27-
then
28-
cargo clippy -- -Dwarnings;
29-
else
30-
echo 'Skipping clippy';
31-
fi
26+
- rustup component add clippy
27+
- cargo clippy -- -Dwarnings
3228

3329
- name: cargo doc
3430
rust: nightly

0 commit comments

Comments
 (0)