SanctionCo / pilot-ios

The Official Pilot iOS App
MIT License
1 stars 0 forks source link

Restrict Travis Branch Builds to Master #31

Closed RohanNagar closed 7 years ago

RohanNagar commented 7 years ago

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:

branches:
  only: 
    - master