From c4ebd0ae91c320817261aee9b43cb4dba1cb37e7 Mon Sep 17 00:00:00 2001 From: chriseth Date: Wed, 4 Jan 2017 12:41:18 +0100 Subject: [PATCH] Build on tags. --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c177e7b26..89554aaaf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,11 +26,13 @@ language: cpp branches: - # We need to whitelist the branches which we want to have "push" automation. + # We need to whitelist the branches which we want to have "push" automation, + # this includes tags (which are treated as branches by travis). # Pull request automation is not constrained to this set of branches. only: - develop - release + - /^v[0-9]/ matrix: include: # Ubuntu 14.04 LTS "Trusty Tahr"