From 3c718acf706620a366ce2d883f030928ddf8b4e1 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sat, 29 Apr 2017 15:18:04 +0300 Subject: [PATCH] Fix copy/paste error --- project_template/.travis.yml | 3 +-- project_template/appveyor.yml | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/project_template/.travis.yml b/project_template/.travis.yml index 74a3fac..c64271d 100644 --- a/project_template/.travis.yml +++ b/project_template/.travis.yml @@ -1,10 +1,9 @@ # Config file for automatic testing at travis-ci.org -# Only test maint, master and pull requests; skip tags. +# Only test master and pull requests; skip tags. # Other branches can allow themselves. branches: only: - - maint - master # Prefer docker containers diff --git a/project_template/appveyor.yml b/project_template/appveyor.yml index 6107a56..020d9b3 100644 --- a/project_template/appveyor.yml +++ b/project_template/appveyor.yml @@ -2,11 +2,10 @@ # Heavily inspired by Oliver Grisel's appveyor-demo (https://github.com/ogrisel/python-appveyor-demo) version: '{branch}-{build}' -# Only test maint, master and pull requests; skip tags. +# Only test master and pull requests; skip tags. # Other branches can allow themselves. branches: only: - - maint - master skip_branch_with_pr: false skip_tags: true -- 2.39.2