From a7972e3c1df1bb3a45b1cf76ae874da7ead9c069 Mon Sep 17 00:00:00 2001 From: A5H73Y Date: Wed, 8 May 2019 11:42:26 +0100 Subject: [PATCH] Build test --- .travis.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index c39d991b..6073d96c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,8 +10,8 @@ cache: before_deploy: - git config --local user.name "A5H73Y" - git config --local user.email "skater.ash@hotmail.com" - - export TRAVIS_TAG="Parkour-${TRAVIS_TAG:-$(date +'%Y%m%d')}" - - git tag $TRAVIS_TAG + - export TRAVIS_TAG=$TRAVIS_BRANCH-SNAPSHOT.$TRAVIS_BUILD_NUMBER + - git tag $TRAVIS_TAG -a -m "Generated from TravisCI for build $TRAVIS_BUILD_NUMBER" deploy: provider: releases github_token: $PAT @@ -19,3 +19,6 @@ deploy: skip_cleanup: true api_key: $PAT overwrite: true + on: + tags: false + all_branches: true