If you sign up for any service that creates branches & PRs for your app (I'm looking at you http://pyup.io) then you need to add this to .travis.yml
branches:
only:
- master
Post
July 25, 2018
July 25, 2018
If you sign up for any service that creates branches & PRs for your app (I'm looking at you http://pyup.io) then you need to add this to .travis.yml
branches:
only:
- master