问题
Let's say that I have a git repository A and another git repository B. I have my .travis.yml file in A repository. Now I want to trigger travis build whenever there is a commit in B repository. Can someone show me the complete precedure on how this is done?
来源:https://stackoverflow.com/questions/37568519/trigger-travis-ci-builds-if-another-git-repository-updates