@@ -56,14 +56,14 @@ matrix:
56
56
if : repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
57
57
- env : INTEGRATION=rust-lang-nursery/chalk
58
58
if : repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
59
- # - env: INTEGRATION=rust-lang/rls
60
- # if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
59
+ - env : INTEGRATION=rust-lang/rls
60
+ if : repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
61
61
- env : INTEGRATION=Geal/nom
62
62
if : repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
63
63
- env : INTEGRATION=rust-lang/rustfmt
64
64
if : repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
65
- # - env: INTEGRATION=hyperium/hyper
66
- # if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
65
+ - env : INTEGRATION=hyperium/hyper
66
+ if : repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
67
67
- env : INTEGRATION=bluss/rust-itertools
68
68
if : repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
69
69
- env : INTEGRATION=serde-rs/serde
@@ -72,8 +72,8 @@ matrix:
72
72
if : repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
73
73
- env : INTEGRATION=rust-random/rand
74
74
if : repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
75
- # - env: INTEGRATION=rust-lang-nursery/futures-rs
76
- # if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
75
+ - env : INTEGRATION=rust-lang-nursery/futures-rs
76
+ if : repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
77
77
- env : INTEGRATION=Marwes/combine
78
78
if : repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
79
79
- env : INTEGRATION=rust-lang-nursery/failure
0 commit comments