I have a repository (called A) that utilises another repository (called B), when I push to repo A, repo A rebuilds on Travis. I would also like that when Repo B is pushed to, it triggers a webhook to travis that rebuilds Repo A on travis.
Using Circle CI, it is as easy as adding this webhook on Repo B:
https://circleci.com/api/v1/project/me/myrepoA/tree/master?circle-token=token
However I can't find an equivalent for Travis CI.