From 8766dc18a61b6c86524afb747ca7f0a08fb6f1be Mon Sep 17 00:00:00 2001 From: maurizio vitale Date: Mon, 2 Sep 2019 11:55:00 +0100 Subject: [PATCH] Release the beta in case the cron job runs --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e6160cafb2..6c8422a3cb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,7 +25,7 @@ stages: - name: Lint & Build Dist if: type = pull_request - name: Lint & Build Dist & Release - if: type = push + if: type = push OR type = cron - name: Check bundle if: type = push - name: Unit test