mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-10 23:24:24 +00:00
Remove conditionals from base builds
We _always_ want to execute these, also on the master branch.
This commit is contained in:
parent
4e39e65ad8
commit
69d96c7cdf
1 changed files with 0 additions and 3 deletions
|
@ -42,13 +42,10 @@ matrix:
|
|||
# Builds that are executed for every PR
|
||||
- os: osx # run base tests on both platforms
|
||||
env: BASE_TESTS=true
|
||||
if: type = pull_request OR branch IN (auto, try)
|
||||
- os: linux
|
||||
env: BASE_TESTS=true
|
||||
if: type = pull_request OR branch IN (auto, try)
|
||||
- os: windows
|
||||
env: CARGO_INCREMENTAL=0 BASE_TESTS=true
|
||||
if: type = pull_request OR branch IN (auto, try)
|
||||
|
||||
# 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
|
||||
|
|
Loading…
Reference in a new issue