Skip to content

Commit

Permalink
Build test
Browse files Browse the repository at this point in the history
  • Loading branch information
A5H73Y committed May 8, 2019
1 parent 9e03db9 commit a7972e3
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,15 @@ cache:
before_deploy:
- git config --local user.name "A5H73Y"
- git config --local user.email "[email protected]"
- 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
file: "target/Parkour.jar"
skip_cleanup: true
api_key: $PAT
overwrite: true
on:
tags: false
all_branches: true

0 comments on commit a7972e3

Please sign in to comment.