Skip to content

Commit e6b02d1

Browse files
committed
Use non-preview name of Clippy rustup component
1 parent 741f6dd commit e6b02d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ matrix:
2525
- rust: nightly
2626
name: Clippy
2727
script:
28-
- rustup component add clippy-preview || travis_terminate 0
28+
- rustup component add clippy || travis_terminate 0
2929
- cargo clippy
3030

3131
script:

0 commit comments

Comments
 (0)