From 617bbc9b0cd988c59392f4545ccb0611ea31646f Mon Sep 17 00:00:00 2001 From: Mike Holler Date: Mon, 27 Nov 2017 13:59:01 -0600 Subject: [PATCH] Added all_branches to tags: true block --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 5aab2303c..ffa208118 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,6 +19,9 @@ matrix: skip_cleanup: true on: tags: true + # all_branches must be set with tags: true. See below post: + # https://stackoverflow.com/a/27775257/1076585 + all_branches: true deploy: # Produce a new build for the cutting edge when master changes. provider: script