From 1f92559ed9915cadfbaec6ef0ea3729607ef46fe Mon Sep 17 00:00:00 2001 From: Lzu Tao Date: Sat, 19 Oct 2019 20:51:35 +0700 Subject: [PATCH] [WIP] enable some integration tests --- .travis.yml | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index 53af848a86d7..60b7ed55c5f7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -52,12 +52,12 @@ matrix: fast_finish: true include: # Builds that are executed for every PR - - os: osx # run base tests on both platforms - env: BASE_TESTS=true - - os: linux - env: BASE_TESTS=true - - os: windows - env: CARGO_INCREMENTAL=0 BASE_TESTS=true OS_WINDOWS=true + # - os: osx # run base tests on both platforms + # env: BASE_TESTS=true + # - os: linux + # env: BASE_TESTS=true + # - os: windows + # env: CARGO_INCREMENTAL=0 BASE_TESTS=true OS_WINDOWS=true # Builds that are only executed when a PR is r+ed or a try build is started # We don't want to run these always because they go towards @@ -88,9 +88,7 @@ matrix: - env: INTEGRATION=Marwes/combine if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try) - env: INTEGRATION=rust-lang-nursery/failure - if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try) - env: INTEGRATION=rust-lang-nursery/log - if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try) - env: INTEGRATION=chronotope/chrono if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try) allow_failures: