Skip to content

Commit 1f92559

Browse files
committed
[WIP] enable some integration tests
1 parent 83c227e commit 1f92559

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

.travis.yml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@ matrix:
5252
fast_finish: true
5353
include:
5454
# 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
6161

6262
# Builds that are only executed when a PR is r+ed or a try build is started
6363
# We don't want to run these always because they go towards
@@ -88,9 +88,7 @@ matrix:
8888
- env: INTEGRATION=Marwes/combine
8989
if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
9090
- env: INTEGRATION=rust-lang-nursery/failure
91-
if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
9291
- env: INTEGRATION=rust-lang-nursery/log
93-
if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
9492
- env: INTEGRATION=chronotope/chrono
9593
if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
9694
allow_failures:

0 commit comments

Comments
 (0)