From 3d8ab23d66075a38a3d7d0c478a62ab78a2fe14d Mon Sep 17 00:00:00 2001 From: Pieter Schutz Date: Mon, 1 Oct 2018 11:46:48 +0200 Subject: [PATCH] try to make ci build version branches --- .travis.yml | 2 +- appveyor.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4126fee6d..143f080d5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,7 @@ sudo: false branches: only: - master - - v12 + - /^[vV]\d+$/ cache: directories: diff --git a/appveyor.yml b/appveyor.yml index f8546f485..fdb97803c 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -14,7 +14,7 @@ environment: branches: only: - master - - v12 + - /^[vV]\d+$/ skip_branch_with_pr: true