From da4606f47f65a4a20d43b4e9c4e4046e76414fe3 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Fri, 12 Oct 2018 04:19:50 +0300 Subject: [PATCH] Enable feature branches in .travis.yml --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index ada23a912e..66c2b7207c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,7 @@ branches: only: - master - develop + - /feature\/.*/ dist: trusty