From: Oleg Broytman Date: Mon, 25 Feb 2019 18:24:43 +0000 (+0300) Subject: CI: Remove branch limitations X-Git-Tag: 0.8.0~14 X-Git-Url: https://git.phdru.name/?p=ppu.git;a=commitdiff_plain;h=84d22a9de904ccac6880666bff64c80b584b9eb8 CI: Remove branch limitations --- diff --git a/.travis.yml b/.travis.yml index 296296e..68a214e 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 057f335..21ee1eb 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'