From f15e0172ca6ae0818b11d1117cfd9f723463b36e Mon Sep 17 00:00:00 2001 From: Steffen Jaeckel Date: Wed, 5 Jul 2017 14:43:21 +0200 Subject: [PATCH] Travis: also build master and 'release/*' branches --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 77e525468..6d35d6b2c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,7 +26,9 @@ matrix: fast_finish: true branches: only: + - master - develop + - /^release\/.*$/ compiler: - gcc