Skip to content

Commit

Permalink
[WIP] enable some integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tesuji committed Oct 24, 2019
1 parent 3e8fc65 commit cb1f310
Showing 1 changed file with 4 additions and 25 deletions.
29 changes: 4 additions & 25 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
dist: xenial
language: bash

os:
- linux
- osx
- windows

branches:
# Don't build these branches
except:
Expand Down Expand Up @@ -51,14 +46,6 @@ install:
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

# 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
# the build limit within the Travis rust-lang account.
Expand All @@ -78,29 +65,21 @@ matrix:
- env: INTEGRATION=bluss/rust-itertools
if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
- env: INTEGRATION=serde-rs/serde MANIFEST_PATH=serde/Cargo.toml
if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
if: repo =~ /^rust-lang\/rust-clippy$/
- env: INTEGRATION=rust-lang-nursery/stdsimd MANIFEST_PATH=crates/core_arch/Cargo.toml
if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
if: repo =~ /^rust-lang\/rust-clippy$/
- env: INTEGRATION=rust-random/rand
if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
- env: INTEGRATION=rust-lang-nursery/futures-rs MANIFEST_PATH=futures/Cargo.toml
if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
if: repo =~ /^rust-lang\/rust-clippy$/
- 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)
if: repo =~ /^rust-lang\/rust-clippy$/
- env: INTEGRATION=chronotope/chrono
if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
allow_failures:
- os: windows
env: CARGO_INCREMENTAL=0 BASE_TESTS=true OS_WINDOWS=true
# prevent these jobs with default env vars
exclude:
- os: linux
- os: osx
- os: windows

before_script:
- |
Expand Down

0 comments on commit cb1f310

Please sign in to comment.