From 36d7aad94f6fda513323daf23adc9ae71228a920 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Tue, 18 Jul 2017 16:39:21 +0300 Subject: [PATCH] Test feature branches on Travis and Appveyor --- .travis.yml | 3 ++- appveyor.yml | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9c1d6ff..c2442cb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ -# Copyright 2016 Peter Dimov +# Copyright 2016, 2017 Peter Dimov # Distributed under the Boost Software License, Version 1.0. # (See accompanying file LICENSE_1_0.txt or copy at http://boost.org/LICENSE_1_0.txt) @@ -16,6 +16,7 @@ branches: only: - master - develop + - /feature\/.*/ env: matrix: diff --git a/appveyor.yml b/appveyor.yml index 30415c2..87b0672 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -10,6 +10,7 @@ branches: only: - master - develop + - /feature\/.*/ environment: matrix: