From 722b2423e29d39101e4e298856b8839d2a57fc17 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Mon, 25 Feb 2019 21:24:53 +0300 Subject: [PATCH] CI: Remove branch limitations --- .travis.yml | 8 -------- appveyor.yml | 8 -------- 2 files changed, 16 deletions(-) diff --git a/.travis.yml b/.travis.yml index a3bc241..ddc9395 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: diff --git a/appveyor.yml b/appveyor.yml index cecbe1f..34cc57e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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' -- 2.39.2