Skip to content

Commit c78c45e

Browse files
committed
clippy build fallback for nightly
1 parent cf62253 commit c78c45e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ rust:
44
- beta
55
- nightly
66
before_script:
7-
- rustup component add rustfmt clippy
7+
- rustup component add rustfmt
8+
- rustup component add clippy || cargo install --git https://github.com/rust-lang/rust-clippy/ --force clippy
89
script:
910
- cargo build
1011
- cargo test

0 commit comments

Comments
 (0)