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

index a3bc2413c861529a081667fd45d8c523ec19d492..ddc93951d97f11da52a4fa723c49c54a4125ad37 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 cecbe1f38446a4f331cfb580d70ececd824a9864..34cc57ea0b4f0235ecc3bc83d832f571502f0a1e 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'