From 69d96c7cdf384309ad429e075ff6082c8b090667 Mon Sep 17 00:00:00 2001
From: Philipp Hansch <dev@phansch.net>
Date: Fri, 1 Feb 2019 18:27:09 +0100
Subject: [PATCH] Remove conditionals from base builds

We _always_ want to execute these, also on the master branch.
---
 .travis.yml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 3780f6ece79..d7b26225518 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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