Remove conditionals from base builds

We _always_ want to execute these, also on the master branch.
This commit is contained in:
Philipp Hansch 2019-02-01 18:27:09 +01:00
parent 4e39e65ad8
commit 69d96c7cdf
No known key found for this signature in database
GPG key ID: B6FA06A6E0E2665B

View file

@ -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