File tree 1 file changed +6
-18
lines changed
1 file changed +6
-18
lines changed Original file line number Diff line number Diff line change 1
1
dist : xenial
2
2
language : bash
3
3
4
- os :
5
- - linux
6
- - osx
7
- - windows
8
-
9
4
branches :
10
5
# Don't build these branches
11
6
except :
@@ -52,12 +47,12 @@ matrix:
52
47
fast_finish : true
53
48
include :
54
49
# 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
50
+ # - os: osx # run base tests on both platforms
51
+ # env: BASE_TESTS=true
52
+ # - os: linux
53
+ # env: BASE_TESTS=true
54
+ # - os: windows
55
+ # env: CARGO_INCREMENTAL=0 BASE_TESTS=true OS_WINDOWS=true
61
56
62
57
# Builds that are only executed when a PR is r+ed or a try build is started
63
58
# We don't want to run these always because they go towards
@@ -88,19 +83,12 @@ matrix:
88
83
- env : INTEGRATION=Marwes/combine
89
84
if : repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
90
85
- env : INTEGRATION=rust-lang-nursery/failure
91
- if : repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
92
86
- env : INTEGRATION=rust-lang-nursery/log
93
- if : repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
94
87
- env : INTEGRATION=chronotope/chrono
95
88
if : repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
96
89
allow_failures :
97
90
- os : windows
98
91
env : CARGO_INCREMENTAL=0 BASE_TESTS=true OS_WINDOWS=true
99
- # prevent these jobs with default env vars
100
- exclude :
101
- - os : linux
102
- - os : osx
103
- - os : windows
104
92
105
93
before_script :
106
94
- |
You can’t perform that action at this time.
0 commit comments