From 379321d1f3924c883114f9d686f484381c544fa6 Mon Sep 17 00:00:00 2001 From: Vidar Holen Date: Thu, 7 Jun 2018 20:17:27 -0700 Subject: [PATCH] Show tags in travis output --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 4104085..d22f507 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,6 +11,7 @@ before_install: - TAGS="" - test "$TRAVIS_BRANCH" = master && TAGS="$TAGS latest" || true - test -n "$TRAVIS_TAG" && TAGS="$TAGS stable $TRAVIS_TAG" || true + - echo "Tags are $TAGS" script: - mkdir deploy