From 20bc2cbb43454007ed5efd509fdbf265b92916fa Mon Sep 17 00:00:00 2001 From: seretol Date: Mon, 28 Sep 2020 09:11:16 +0100 Subject: [PATCH] Ensure travis cron works --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 907c19f..73894f9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ dist: bionic language: perl os: linux -if: tag IS blank AND env(GITHUB_OAUTH_TOKEN) IS present AND type IN (push, pull_request) +if: tag IS blank AND env(GITHUB_OAUTH_TOKEN) IS present AND type IN (push, pull_request, cron) branches: only: - master