]> git.phdru.name Git - cookiecutter.git/commitdiff
CI: Remove branch limitations
authorOleg Broytman <phd@phdru.name>
Mon, 25 Feb 2019 18:20:30 +0000 (21:20 +0300)
committerOleg Broytman <phd@phdru.name>
Mon, 25 Feb 2019 18:20:30 +0000 (21:20 +0300)
project_template/.travis.yml
project_template/appveyor.yml

index 19b5d49ea8a85c5817d53f963117148a232aebf3..c3d76aa89bc4b7288095e3f2377b8d4b228ba231 100644 (file)
@@ -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:
 language: python
 
 python:
index 54a1627333fd9a251be01931827f51c5de51cbb5..4452853b3ef2a984e97c14ad26dc7356a52bfdb3 100644 (file)
@@ -2,14 +2,6 @@
 # Heavily inspired by Oliver Grisel's appveyor-demo (https://github.com/ogrisel/python-appveyor-demo)
 version: '{branch}-{build}'
 
 # 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'
 
 cache:
   - '%LOCALAPPDATA%\pip\Cache'