From 62a23d8be94f167c8bb2bb936d5445e8995b30bd Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Mon, 25 Feb 2019 21:24:20 +0300 Subject: [PATCH] CI: Remove branch limitations --- .travis.yml | 6 ------ appveyor.yml | 8 -------- 2 files changed, 14 deletions(-) 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' -- 2.39.2