From: Oleg Broytman Date: Mon, 25 Feb 2019 18:24:20 +0000 (+0300) Subject: CI: Remove branch limitations X-Git-Tag: 0.1.6~30 X-Git-Url: https://git.phdru.name/?p=m_librarian.git;a=commitdiff_plain;h=62a23d8be94f167c8bb2bb936d5445e8995b30bd CI: Remove branch limitations --- diff --git a/.travis.yml b/.travis.yml index cf32cab..31246e3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,3 @@ -# Only test master and pull requests; skip tags. -# Other branches can allow themselves. -branches: - only: - - master - language: python python: diff --git a/appveyor.yml b/appveyor.yml index 0c913f2..804a8da 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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'