From a0aae4a6146acd212c61ba6789edc8f630a85cf2 Mon Sep 17 00:00:00 2001 From: Kristina Spring Date: Thu, 5 Dec 2019 11:59:32 -0800 Subject: [PATCH] Run travis on version branches --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 6a984ec..4c669ea 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,6 +10,7 @@ os: branches: only: - master + - /^v[0-9]+\.[0-9]+\.[0-9]+$/ install: - GO111MODULE=on go mod vendor