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

index 296296e3a2f9d5ca9688d837d865366a798372d2..68a214e35f2cb7b211df659d6f0377fa0f9d4143 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:
index 057f33574809272b7e5082233f41b1c13df94f2a..21ee1eb567a50d3378c2b6e147a1f0ade12b1049 100644 (file)
@@ -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'