From 073ece2d025fa26761273f13fef00a10e8520384 Mon Sep 17 00:00:00 2001 From: Eugenio Romano Date: Fri, 30 Aug 2019 15:30:04 +0100 Subject: [PATCH] change order check bundle --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9d4cc28a98..5cd1e4f565 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,12 +26,12 @@ stages: if: type = pull_request - name: Lint & Build Dist & Release if: type = push + - name: Check bundle + if: type = push - name: Unit test if: type != cron - name: Update Rancher if: type = push - - name: Check bundle - if: type = push - name: e2e Test if: type != cron - name: Update Rancher PR