Skip to content

Commit 69d96c7

Browse files
committed
Remove conditionals from base builds
We _always_ want to execute these, also on the master branch.
1 parent 4e39e65 commit 69d96c7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,10 @@ matrix:
4242
# Builds that are executed for every PR
4343
- os: osx # run base tests on both platforms
4444
env: BASE_TESTS=true
45-
if: type = pull_request OR branch IN (auto, try)
4645
- os: linux
4746
env: BASE_TESTS=true
48-
if: type = pull_request OR branch IN (auto, try)
4947
- os: windows
5048
env: CARGO_INCREMENTAL=0 BASE_TESTS=true
51-
if: type = pull_request OR branch IN (auto, try)
5249

5350
# Builds that are only executed when a PR is r+ed or a try build is started
5451
# We don't want to run these always because they go towards

0 commit comments

Comments
 (0)