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 86c8c19 commit b27fd42
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)
perl:
- "5.30"
addons:
Expand Down

0 comments on commit b27fd42

Please sign in to comment.