@@ -50,35 +50,36 @@ matrix:
50
50
# Builds that are only executed when a PR is r+ed or a try build is started
51
51
# We don't want to run these always because they go towards
52
52
# the build limit within the Travis rust-lang account.
53
+ # The jobs are approximately sorted by execution time
53
54
- env : INTEGRATION=rust-lang/cargo
54
55
if : repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
55
- - env : INTEGRATION=rust-random/rand
56
+ - env : INTEGRATION=rust-lang-nursery/chalk
56
57
if : repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
57
- - env : INTEGRATION=rust-lang-nursery/stdsimd
58
+ - env : INTEGRATION=rust-lang/rls
58
59
if : repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
59
- - env : INTEGRATION=rust-lang/rustfmt
60
+ - env : INTEGRATION=Geal/nom
60
61
if : repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
61
- - env : INTEGRATION=rust-lang-nursery/futures-rs
62
+ - env : INTEGRATION=rust-lang/rustfmt
62
63
if : repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
63
- - env : INTEGRATION=rust-lang-nursery/failure
64
+ - env : INTEGRATION=hyperium/hyper
64
65
if : repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
65
- - env : INTEGRATION=rust-lang-nursery/log
66
+ - env : INTEGRATION=bluss/ rust-itertools
66
67
if : repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
67
- - env : INTEGRATION=rust-lang-nursery/chalk
68
+ - env : INTEGRATION=serde-rs/serde
68
69
if : repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
69
- - env : INTEGRATION=rust-lang/rls
70
+ - env : INTEGRATION=rust-lang-nursery/stdsimd
70
71
if : repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
71
- - env : INTEGRATION=chronotope/chrono
72
+ - env : INTEGRATION=rust-random/rand
72
73
if : repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
73
- - env : INTEGRATION=serde-rs/serde
74
+ - env : INTEGRATION=rust-lang-nursery/futures-rs
74
75
if : repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
75
- - env : INTEGRATION=Geal/nom
76
+ - env : INTEGRATION=Marwes/combine
76
77
if : repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
77
- - env : INTEGRATION=hyperium/hyper
78
+ - env : INTEGRATION=rust-lang-nursery/failure
78
79
if : repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
79
- - env : INTEGRATION=bluss/ rust-itertools
80
+ - env : INTEGRATION=rust-lang-nursery/log
80
81
if : repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
81
- - env : INTEGRATION=Marwes/combine
82
+ - env : INTEGRATION=chronotope/chrono
82
83
if : repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
83
84
allow_failures :
84
85
- os : windows
0 commit comments