@@ -63,57 +63,57 @@ matrix:
63
63
# Builds that are executed for every PR
64
64
- os : linux
65
65
# i686 toolchain could run on x86_64 system.
66
- - os : linux
67
- env : HOST_TOOLCHAIN=i686-unknown-linux-gnu
68
- addons :
69
- apt :
70
- packages :
71
- - gcc-multilib
72
- - libssl-dev:i386 # openssl dev in Cargo.toml
73
- if : branch IN (auto, try)
74
- - os : windows
75
- env : CARGO_INCREMENTAL=0 OS_WINDOWS=true
66
+ # - os: linux
67
+ # env: HOST_TOOLCHAIN=i686-unknown-linux-gnu
68
+ # addons:
69
+ # apt:
70
+ # packages:
71
+ # - gcc-multilib
72
+ # - libssl-dev:i386 # openssl dev in Cargo.toml
73
+ # if: branch IN (auto, try)
74
+ # - os: windows
75
+ # env: CARGO_INCREMENTAL=0 OS_WINDOWS=true
76
76
77
- # Builds that are only executed when a PR is r+ed or a try build is started
78
- # We don't want to run these always because they go towards
79
- # the build limit within the Travis rust-lang account.
80
- # The jobs are approximately sorted by execution time
81
- - os : osx
82
- if : branch IN (auto, try)
83
- - env : INTEGRATION=rust-lang/rls
84
- if : repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
85
- - env : INTEGRATION=rust-lang/cargo
86
- if : repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
87
- - env : INTEGRATION=rust-lang/chalk
88
- if : repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
89
- - env : INTEGRATION=Geal/nom
90
- if : repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
91
- - env : INTEGRATION=rust-lang/rustfmt
92
- if : repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
93
- - env : INTEGRATION=hyperium/hyper
94
- if : repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
95
- - env : INTEGRATION=rust-itertools/itertools
96
- if : repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
97
- # FIXME: rustc ICE on `serde_test_suite`
98
- # - env: INTEGRATION=serde-rs/serde
77
+ # # Builds that are only executed when a PR is r+ed or a try build is started
78
+ # # We don't want to run these always because they go towards
79
+ # # the build limit within the Travis rust-lang account.
80
+ # # The jobs are approximately sorted by execution time
81
+ # - os: osx
82
+ # if: branch IN (auto, try)
83
+ # - env: INTEGRATION=rust-lang/rls
84
+ # if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
85
+ # - env: INTEGRATION=rust-lang/cargo
86
+ # if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
87
+ # - env: INTEGRATION=rust-lang/chalk
88
+ # if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
89
+ # - env: INTEGRATION=Geal/nom
90
+ # if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
91
+ # - env: INTEGRATION=rust-lang/rustfmt
92
+ # if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
93
+ # - env: INTEGRATION=hyperium/hyper
94
+ # if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
95
+ # - env: INTEGRATION=rust-itertools/itertools
96
+ # if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
97
+ # # FIXME: rustc ICE on `serde_test_suite`
98
+ # # - env: INTEGRATION=serde-rs/serde
99
+ # # if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
100
+ # - env: INTEGRATION=rust-lang/stdarch
101
+ # if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
102
+ # - env: INTEGRATION=rust-random/rand
103
+ # if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
104
+ # - env: INTEGRATION=rust-lang/futures-rs
105
+ # if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
106
+ # - env: INTEGRATION=Marwes/combine
107
+ # if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
108
+ # - env: INTEGRATION=rust-lang-nursery/failure
109
+ # if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
110
+ # - env: INTEGRATION=rust-lang/log
111
+ # if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
112
+ # - env: INTEGRATION=chronotope/chrono
99
113
# if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
100
- - env : INTEGRATION=rust-lang/stdarch
101
- if : repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
102
- - env : INTEGRATION=rust-random/rand
103
- if : repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
104
- - env : INTEGRATION=rust-lang/futures-rs
105
- if : repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
106
- - env : INTEGRATION=Marwes/combine
107
- if : repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
108
- - env : INTEGRATION=rust-lang-nursery/failure
109
- if : repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
110
- - env : INTEGRATION=rust-lang/log
111
- if : repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
112
- - env : INTEGRATION=chronotope/chrono
113
- if : repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
114
- allow_failures :
115
- - os : windows
116
- env : CARGO_INCREMENTAL=0 OS_WINDOWS=true
114
+ # allow_failures:
115
+ # - os: windows
116
+ # env: CARGO_INCREMENTAL=0 OS_WINDOWS=true
117
117
118
118
before_script :
119
119
- |
0 commit comments