@@ -56,15 +56,15 @@ matrix:
5656 # We don't want to run these always because they go towards
5757 # the build limit within the Travis rust-lang account.
5858 # 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)
5961 - env : INTEGRATION=rust-lang/cargo
6062 if : repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
6163 - env : INTEGRATION=rust-lang-nursery/chalk
6264 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)
6565 - env : INTEGRATION=Geal/nom
6666 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
6868 # - env: INTEGRATION=rust-lang/rustfmt
6969 # if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
7070 - env : INTEGRATION=hyperium/hyper
@@ -90,7 +90,6 @@ matrix:
9090 allow_failures :
9191 - os : windows
9292 env : CARGO_INCREMENTAL=0 OS_WINDOWS=true
93- - env : INTEGRATION=rust-lang-nursery/stdsimd
9493
9594before_script :
9695 - |
0 commit comments