bird-house / cookiecutter-birdhouse

Cookiecutter template for Birdhouse PyWPS birds.
http://cookiecutter-birdhouse.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
3 stars 4 forks source link

travis-ci: build all branches instead of only master #98

Closed tlvu closed 4 years ago

tlvu commented 4 years ago

So all new dev branches are built automatically without having to either manually add the branch name to .travis.yml or being forced to create a PR.

This creates redundant build on the same commit when PR is created but otherwise no other harms.

No redundant build on PR merge since a brand new commit is created for both merge commit or squash commit scenario.

See discussion https://github.com/Ouranosinc/raven/pull/292#discussion_r460044455