From 35f196717626728f99f5e4f243aab17e06e145e0 Mon Sep 17 00:00:00 2001 From: Tadas Baltrusaitis Date: Sun, 31 Jul 2016 13:15:47 -0400 Subject: [PATCH] Fixing regexp. --- .travis.yml | 2 +- appveyor.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index e1f520a..757501d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ branches: only: - master - develop - - feature* + - /^feature-.*$/ compiler: - gcc - clang diff --git a/appveyor.yml b/appveyor.yml index f9fe3af..033fe70 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -3,7 +3,7 @@ branches: only: - develop - master - - feature* + - /^feature-.*$/ max_jobs: 4 configuration: - Debug