From b27fd42041351ed036978ef0ba62e695953c75e9 Mon Sep 17 00:00:00 2001 From: seretol Date: Mon, 28 Sep 2020 09:08:38 +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 30678ee..7e28cd1 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) perl: - "5.30" addons: