Skip to content

Commit 9a1528d

Browse files
committed
[WIP] build: enable some integration tests
1 parent d4fef9f commit 9a1528d

File tree

1 file changed

+6
-18
lines changed

1 file changed

+6
-18
lines changed

.travis.yml

Lines changed: 6 additions & 18 deletions
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:
@@ -52,12 +47,12 @@ matrix:
5247
fast_finish: true
5348
include:
5449
# 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
6156

6257
# Builds that are only executed when a PR is r+ed or a try build is started
6358
# We don't want to run these always because they go towards
@@ -88,19 +83,12 @@ matrix:
8883
- env: INTEGRATION=Marwes/combine
8984
if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
9085
- env: INTEGRATION=rust-lang-nursery/failure
91-
if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
9286
- env: INTEGRATION=rust-lang-nursery/log
93-
if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
9487
- env: INTEGRATION=chronotope/chrono
9588
if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
9689
allow_failures:
9790
- os: windows
9891
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
10492

10593
before_script:
10694
- |

0 commit comments

Comments
 (0)