@@ -46,11 +46,7 @@ matrix:
4646 fast_finish : true
4747 include :
4848 # Builds that are executed for every PR
49- - os : osx # run base tests on both platforms
5049 - os : linux
51- - os : windows
52- env : CARGO_INCREMENTAL=0 OS_WINDOWS=true
53-
5450 # Builds that are only executed when a PR is r+ed or a try build is started
5551 # We don't want to run these always because they go towards
5652 # the build limit within the Travis rust-lang account.
@@ -70,13 +66,13 @@ matrix:
7066 - env : INTEGRATION=bluss/rust-itertools
7167 if : repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
7268 - env : INTEGRATION=serde-rs/serde
73- if : repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
69+ if : repo =~ /^rust-lang\/rust-clippy$/
7470 - 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$/
7672 - env : INTEGRATION=rust-random/rand
77- if : repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
73+ if : repo =~ /^rust-lang\/rust-clippy$/
7874 - 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$/
8076 - env : INTEGRATION=Marwes/combine
8177 if : repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
8278 - env : INTEGRATION=rust-lang-nursery/failure
0 commit comments