From 83fca0ab135d1e238fcca80d173229ed0973491c Mon Sep 17 00:00:00 2001 From: James McCoy Date: Tue, 1 Jan 2019 08:06:02 -0500 Subject: [PATCH] travis: Run ci for release-* branches --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 93caf9ef75..425ce662b5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -126,6 +126,7 @@ addons: branches: only: - master + - /^release-\d+\.\d+$/ cache: apt: true