From b132c55d22603659cd7db25cdb8c168661887932 Mon Sep 17 00:00:00 2001 From: Edward Thomson Date: Wed, 11 Jan 2017 16:07:20 +0000 Subject: [PATCH] CI: build maint branches --- .travis.yml | 2 +- appveyor.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 12830d15a..a0eae101d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,8 +31,8 @@ script: # Only watch the development branch branches: only: - - vNext - master + - /^maint.*/ # Notify of build changes notifications: diff --git a/appveyor.yml b/appveyor.yml index 1683f5226..0b72f196d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -3,7 +3,7 @@ version: '{build}' branches: only: - master - - vNext + - /^maint.*/ skip_tags: true