From e41c42720a007d08b65a1e4167c9c6665c20af02 Mon Sep 17 00:00:00 2001 From: Ashwin Maroli Date: Fri, 14 Dec 2018 23:58:58 +0530 Subject: [PATCH] CI: Build stable branches during backport --- .travis.yml | 3 +-- appveyor.yml | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index fb7a6af9..08690221 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,8 +29,7 @@ branches: only: - master - themes - - /^.*-stable/ - - /.*backport.*/ + - /.*-stable/ before_script: - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter diff --git a/appveyor.yml b/appveyor.yml index 80c2d9e1..f854925d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -6,6 +6,7 @@ branches: only: - master - themes + - /.*-stable/ build: off