Right now when we checkout an internal branch and then create a PR, Travis builds the branch commit as well as the PR build. We can limit this to one check so that we don't have to wait for two builds to complete.
This can be achieved by editing .travis.yml to include:
Right now when we checkout an internal branch and then create a PR, Travis builds the branch commit as well as the PR build. We can limit this to one check so that we don't have to wait for two builds to complete.
This can be achieved by editing
.travis.yml
to include: