From af85b84df3bfc830aeb1c66979df2a05fdaedae6 Mon Sep 17 00:00:00 2001 From: Long Vu Date: Tue, 28 Jul 2020 16:01:32 -0400 Subject: [PATCH] travis-ci: build all branches instead of only master 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 --- {{cookiecutter.project_repo_name}}/.travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/{{cookiecutter.project_repo_name}}/.travis.yml b/{{cookiecutter.project_repo_name}}/.travis.yml index 758739103..554deb14c 100644 --- a/{{cookiecutter.project_repo_name}}/.travis.yml +++ b/{{cookiecutter.project_repo_name}}/.travis.yml @@ -5,9 +5,6 @@ os: python: - "3.6" - "3.7" -branches: - only: - - master jobs: include: - os: osx