@@ -46,11 +46,7 @@ matrix:
46
46
fast_finish : true
47
47
include :
48
48
# Builds that are executed for every PR
49
- - os : osx # run base tests on both platforms
50
49
- os : linux
51
- - os : windows
52
- env : CARGO_INCREMENTAL=0 OS_WINDOWS=true
53
-
54
50
# Builds that are only executed when a PR is r+ed or a try build is started
55
51
# We don't want to run these always because they go towards
56
52
# the build limit within the Travis rust-lang account.
@@ -70,13 +66,13 @@ matrix:
70
66
- env : INTEGRATION=bluss/rust-itertools
71
67
if : repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
72
68
- env : INTEGRATION=serde-rs/serde
73
- if : repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
69
+ if : repo =~ /^rust-lang\/rust-clippy$/
74
70
- env : INTEGRATION=rust-lang-nursery/stdsimd
75
- if : repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
71
+ if : repo =~ /^rust-lang\/rust-clippy$/
76
72
- env : INTEGRATION=rust-random/rand
77
- if : repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
73
+ if : repo =~ /^rust-lang\/rust-clippy$/
78
74
- env : INTEGRATION=rust-lang-nursery/futures-rs
79
- if : repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
75
+ if : repo =~ /^rust-lang\/rust-clippy$/
80
76
- env : INTEGRATION=Marwes/combine
81
77
if : repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
82
78
- env : INTEGRATION=rust-lang-nursery/failure
0 commit comments