Skip to content

Commit

Permalink
Ensure travis cron works
Browse files Browse the repository at this point in the history
  • Loading branch information
seretol committed Sep 28, 2020
1 parent fdf86f2 commit 20bc2cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 20bc2cb

Please sign in to comment.