Closed yatima1460 closed 5 years ago
What are the cron job settings?
I have no cron jobs set
It seems it's a Travis misbehavior, it first builds because of a commit and then builds again because Travis itself added its own tag branch
Do you recommend building using cron jobs instead of commits?
I would say so yeah. Just have a daily build. If you want you can do monthly or weekly stable releases as well by just making a new branch. You can make one cron job per branch.
fixed by adding:
branches:
only:
- master
https://travis-ci.org/yatima1460/Drill/builds
Ideas why?