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

index cf32cab6227b83e06a15c5edebc60e46e9428f8f..31246e39cb8c83c5e7fcbc5b0fea7fcb417884e0 100644 (file)
@@ -1,9 +1,3 @@
-# Only test master and pull requests; skip tags.
-# Other branches can allow themselves.
-branches:
-  only:
-    - master
-
 language: python
 
 python:
index 0c913f24b63f02c99ed36603a594e27d1bba4b36..804a8da30522509e0aa994a55841392ece1f624c 100644 (file)
@@ -1,14 +1,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'