Skip to content

Commit

Permalink
Se actualiza travis para generar release
Browse files Browse the repository at this point in the history
  • Loading branch information
yamelsenih committed Mar 12, 2020
1 parent c61667f commit 79f8ab9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
script: ./gradlew jar
deploy:
provider: releases
api_key: $GITHUB_TOKEN_KEY
token: $GITHUB_TOKEN_KEY
skip_cleanup: true
file:
- "$TRAVIS_BUILD_DIR/build/libs/LVE.jar"
skip_cleanup: true
on:
tags: true

0 comments on commit 79f8ab9

Please sign in to comment.