Skip to content

Commit

Permalink
build: remove needless BASE_TESTS env
Browse files Browse the repository at this point in the history
  • Loading branch information
tesuji committed Oct 22, 2019
1 parent 629b4d5 commit 088d528
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,9 @@ matrix:
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
env: CARGO_INCREMENTAL=0 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
Expand Down Expand Up @@ -89,7 +87,7 @@ matrix:
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
env: CARGO_INCREMENTAL=0 OS_WINDOWS=true

before_script:
- |
Expand Down

0 comments on commit 088d528

Please sign in to comment.