File tree 1 file changed +6
-8
lines changed
1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -52,12 +52,12 @@ matrix:
52
52
fast_finish : true
53
53
include :
54
54
# Builds that are executed for every PR
55
- - os : osx # run base tests on both platforms
56
- env : BASE_TESTS=true
57
- - os : linux
58
- env : BASE_TESTS=true
59
- - os : windows
60
- env : CARGO_INCREMENTAL=0 BASE_TESTS=true OS_WINDOWS=true
55
+ # - os: osx # run base tests on both platforms
56
+ # env: BASE_TESTS=true
57
+ # - os: linux
58
+ # env: BASE_TESTS=true
59
+ # - os: windows
60
+ # env: CARGO_INCREMENTAL=0 BASE_TESTS=true OS_WINDOWS=true
61
61
62
62
# Builds that are only executed when a PR is r+ed or a try build is started
63
63
# We don't want to run these always because they go towards
@@ -88,9 +88,7 @@ matrix:
88
88
- env : INTEGRATION=Marwes/combine
89
89
if : repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
90
90
- env : INTEGRATION=rust-lang-nursery/failure
91
- if : repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
92
91
- env : INTEGRATION=rust-lang-nursery/log
93
- if : repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
94
92
- env : INTEGRATION=chronotope/chrono
95
93
if : repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
96
94
allow_failures :
You can’t perform that action at this time.
0 commit comments