From: Oleg Broytman Date: Mon, 25 Feb 2019 18:20:30 +0000 (+0300) Subject: CI: Remove branch limitations X-Git-Url: https://git.phdru.name/?p=cookiecutter.git;a=commitdiff_plain;h=c57fb8aa2c95367e77106fd2c479184b06a84114 CI: Remove branch limitations --- diff --git a/project_template/.travis.yml b/project_template/.travis.yml index 19b5d49..c3d76aa 100644 --- a/project_template/.travis.yml +++ b/project_template/.travis.yml @@ -1,11 +1,3 @@ -# Config file for automatic testing at travis-ci.org - -# Only test master and pull requests; skip tags. -# Other branches can allow themselves. -branches: - only: - - master - language: python python: diff --git a/project_template/appveyor.yml b/project_template/appveyor.yml index 54a1627..4452853 100644 --- a/project_template/appveyor.yml +++ b/project_template/appveyor.yml @@ -2,14 +2,6 @@ # Heavily inspired by Oliver Grisel's appveyor-demo (https://github.com/ogrisel/python-appveyor-demo) version: '{branch}-{build}' -# Only test master and pull requests; skip tags. -# Other branches can allow themselves. -branches: - only: - - master -skip_branch_with_pr: false -skip_tags: true - cache: - '%LOCALAPPDATA%\pip\Cache'