Show tags in travis output

This commit is contained in:
Vidar Holen 2018-06-07 20:17:27 -07:00
parent 0adea473fd
commit 379321d1f3
1 changed files with 1 additions and 0 deletions

View File

@ -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