@@ -45,12 +45,6 @@ install:
45
45
matrix :
46
46
fast_finish : true
47
47
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
-
54
48
# Builds that are only executed when a PR is r+ed or a try build is started
55
49
# We don't want to run these always because they go towards
56
50
# the build limit within the Travis rust-lang account.
@@ -70,24 +64,21 @@ matrix:
70
64
- env : INTEGRATION=bluss/rust-itertools
71
65
if : repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
72
66
- 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$/
74
68
- 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$/
76
70
- env : INTEGRATION=rust-random/rand
77
71
if : repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
78
72
- 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$/
80
74
- env : INTEGRATION=Marwes/combine
81
75
if : repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
82
76
- env : INTEGRATION=rust-lang-nursery/failure
83
77
if : repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
84
78
- 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$/
86
80
- env : INTEGRATION=chronotope/chrono
87
81
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
91
82
92
83
before_script :
93
84
- |
0 commit comments