bluzi/travis-buddy

No comments by Travis Buddy on failure

YashJipkate opened this issue · 4 comments

I recently attempted to use travis-buddy in my repo. I created a branch namely tb and made a PR to it from another branch namely tbt1. I modified the files so as to fail the tests. The tests fail as expected but there is no comment by the travis-buddy.
Kindly point me out if I am missing something somewhere.

Same here. It used to work, but it does not anymore.

@bluzi can it be that Buddy works for travis-ci.org and doesn't for travis-ci.com?

@YashJipkate's https://github.com/YashJipkate/oppia uses .com

Perhaps this would need to know whether this is travis-ci.org or .com build:

uri: `https://api.travis-ci.org/jobs/${jobId}/log.txt?deansi=true`,

Same here, I use webhooks but travis buddy don't make a comment on the pull request