Skip to content

Commit d21e823

Browse files
committed
[WIP] enable some integration tests
1 parent f13b9e9 commit d21e823

File tree

1 file changed

+4
-25
lines changed

1 file changed

+4
-25
lines changed

.travis.yml

+4-25
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
dist: xenial
22
language: bash
33

4-
os:
5-
- linux
6-
- osx
7-
- windows
8-
94
branches:
105
# Don't build these branches
116
except:
@@ -51,14 +46,6 @@ install:
5146
matrix:
5247
fast_finish: true
5348
include:
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
61-
6249
# Builds that are only executed when a PR is r+ed or a try build is started
6350
# We don't want to run these always because they go towards
6451
# the build limit within the Travis rust-lang account.
@@ -78,29 +65,21 @@ matrix:
7865
- env: INTEGRATION=bluss/rust-itertools
7966
if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
8067
- env: INTEGRATION=serde-rs/serde MANIFEST_PATH=serde/Cargo.toml
81-
if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
68+
if: repo =~ /^rust-lang\/rust-clippy$/
8269
- env: INTEGRATION=rust-lang-nursery/stdsimd MANIFEST_PATH=crates/core_arch/Cargo.toml
83-
if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
70+
if: repo =~ /^rust-lang\/rust-clippy$/
8471
- env: INTEGRATION=rust-random/rand
8572
if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
8673
- env: INTEGRATION=rust-lang-nursery/futures-rs MANIFEST_PATH=futures/Cargo.toml
87-
if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
74+
if: repo =~ /^rust-lang\/rust-clippy$/
8875
- env: INTEGRATION=Marwes/combine
8976
if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
9077
- env: INTEGRATION=rust-lang-nursery/failure
9178
if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
9279
- env: INTEGRATION=rust-lang-nursery/log
93-
if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
80+
if: repo =~ /^rust-lang\/rust-clippy$/
9481
- env: INTEGRATION=chronotope/chrono
9582
if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
96-
allow_failures:
97-
- os: windows
98-
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
10483

10584
before_script:
10685
- |

0 commit comments

Comments
 (0)