Skip to content

Commit 19b27ab

Browse files
committed
Auto merge of #784 - RalfJung:ci, r=RalfJung
also run tests for cron jobs
2 parents beba8c4 + 2b1eeb3 commit 19b27ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ os:
1313
dist: xenial
1414

1515
# Run in PRs and for bors, but not on master.
16-
if: branch = auto OR branch = try OR type = pull_request
16+
if: branch = auto OR branch = try OR type = pull_request OR type = cron
1717

1818
env:
1919
global:

0 commit comments

Comments
 (0)