@@ -45,12 +45,6 @@ install:
4545matrix :
4646 fast_finish : true
4747 include :
48- # Builds that are executed for every PR
49- - os : osx # run base tests on both platforms
50- - os : linux
51- - os : windows
52- env : CARGO_INCREMENTAL=0 OS_WINDOWS=true
53-
5448 # Builds that are only executed when a PR is r+ed or a try build is started
5549 # We don't want to run these always because they go towards
5650 # the build limit within the Travis rust-lang account.
@@ -70,24 +64,21 @@ matrix:
7064 - env : INTEGRATION=bluss/rust-itertools
7165 if : repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
7266 - env : INTEGRATION=serde-rs/serde MANIFEST_PATH=serde/Cargo.toml
73- if : repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
67+ if : repo =~ /^rust-lang\/rust-clippy$/
7468 - env : INTEGRATION=rust-lang-nursery/stdsimd MANIFEST_PATH=crates/core_arch/Cargo.toml
75- if : repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
69+ if : repo =~ /^rust-lang\/rust-clippy$/
7670 - env : INTEGRATION=rust-random/rand
7771 if : repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
7872 - env : INTEGRATION=rust-lang-nursery/futures-rs MANIFEST_PATH=futures/Cargo.toml
79- if : repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
73+ if : repo =~ /^rust-lang\/rust-clippy$/
8074 - env : INTEGRATION=Marwes/combine
8175 if : repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
8276 - env : INTEGRATION=rust-lang-nursery/failure
8377 if : repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
8478 - env : INTEGRATION=rust-lang-nursery/log
85- if : repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
79+ if : repo =~ /^rust-lang\/rust-clippy$/
8680 - env : INTEGRATION=chronotope/chrono
8781 if : repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
88- allow_failures :
89- - os : windows
90- env : CARGO_INCREMENTAL=0 OS_WINDOWS=true
9182
9283before_script :
9384 - |
0 commit comments