From 27667d4eafbd6e8ed9d292ddb232b56302b03e0f Mon Sep 17 00:00:00 2001 From: Rafael Matias Date: Fri, 28 Jun 2019 12:01:35 +0200 Subject: [PATCH] travis: also build on release tags --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index a10fe79c9c..f88c2f71be 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ sudo: false branches: only: - master + - /v(\d+\.)(\d+\.)(\d)/ matrix: include: - os: linux