tpitale / mail_room

Forward mail from gmail IMAP to a callback URL or job worker, simply.
MIT License
195 stars 51 forks source link

Enable "Build pushed branches" in Travis CI #124

Closed bjfish closed 3 years ago

bjfish commented 3 years ago

Could you please enable "Build pushed branches" in Travis CI? https://docs.travis-ci.com/user/web-ui/#build-pushed-branches

We would like to track build status for the master branch which currently does not have any builds: https://travis-ci.org/github/tpitale/mail_room/branches

tpitale commented 3 years ago

What do you mean it doesn't have any builds? https://travis-ci.org/github/tpitale/mail_room/builds/137787785 That's a build of the master branch. It doesn't have any actively running right now because no changes have been merged recently …? master is the default branch, which always builds.

bjfish commented 3 years ago

@tpitale The build linked to ( https://travis-ci.org/github/tpitale/mail_room/builds/137787785 ) is from 5 years ago, the most recent merge was just 6 days ago: https://github.com/tpitale/mail_room/commits/master

You can see in the commit history all of the CI statuses appear on the PR branches but none on the merge commit (in master): https://github.com/tpitale/mail_room/commits/master

Here is one example illustrating builds on the master branch: https://github.com/ruby-concurrency/concurrent-ruby/commits/master https://travis-ci.org/github/ruby-concurrency/concurrent-ruby/builds

tpitale commented 3 years ago

Oh, I see it building PRs. My mistake. Strange default behavior 🤔

tpitale commented 3 years ago

Enabled.

Screen Shot 2021-03-23 at 10 34 08 AM