From a588a64937d3dced90acae7616e0df82223463c7 Mon Sep 17 00:00:00 2001 From: maurizio vitale Date: Thu, 29 Aug 2019 15:54:13 +0100 Subject: [PATCH] Add condition for default jobs --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 541fa2a939..b1ff839689 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,7 +23,9 @@ branches: # TRAVIS_PULL_REQUEST == false means is running on dev branch and is not a PR stages: - name: Lint & Build Dist + if: type != cron - name: Unit test + if: type != cron - name: Deploy docker if: type = push - name: Update Rancher @@ -33,6 +35,7 @@ stages: - name: Check bundle if: type = push - name: e2e Test + if: type != cron - name: Update Rancher PR if: type = pull_request - name: Update Children Projects