@@ -56,15 +56,15 @@ matrix:
56
56
# We don't want to run these always because they go towards
57
57
# the build limit within the Travis rust-lang account.
58
58
# The jobs are approximately sorted by execution time
59
+ - env : INTEGRATION=rust-lang/rls
60
+ if : repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
59
61
- env : INTEGRATION=rust-lang/cargo
60
62
if : repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
61
63
- env : INTEGRATION=rust-lang-nursery/chalk
62
64
if : repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
63
- - env : INTEGRATION=rust-lang/rls
64
- if : repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
65
65
- env : INTEGRATION=Geal/nom
66
66
if : repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
67
- # FIXME blocked on https://github.com/rust-lang/rust-clippy/issues/4742
67
+ # FIXME blocked on https://github.com/rust-lang/rust-clippy/issues/4727
68
68
# - env: INTEGRATION=rust-lang/rustfmt
69
69
# if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
70
70
- env : INTEGRATION=hyperium/hyper
@@ -90,7 +90,6 @@ matrix:
90
90
allow_failures :
91
91
- os : windows
92
92
env : CARGO_INCREMENTAL=0 OS_WINDOWS=true
93
- - env : INTEGRATION=rust-lang-nursery/stdsimd
94
93
95
94
before_script :
96
95
- |
0 commit comments