yatima1460 / Drill

Search files without indexing, but fast crawling
https://drill.software/
GNU General Public License v2.0
269 stars 21 forks source link

Travis builds 2 times #30

Closed yatima1460 closed 5 years ago

yatima1460 commented 5 years ago

https://travis-ci.org/yatima1460/Drill/builds

Ideas why?

RustyRaptor commented 5 years ago

What are the cron job settings?

yatima1460 commented 5 years ago

I have no cron jobs set

yatima1460 commented 5 years ago

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

yatima1460 commented 5 years ago

Do you recommend building using cron jobs instead of commits?

RustyRaptor commented 5 years ago

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.

yatima1460 commented 5 years ago

fixed by adding:

branches:
  only:
  - master