Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
WesleyVanNeck authored Sep 3, 2020
1 parent d009fb3 commit 7ea0ec1
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 @@ -46,9 +46,9 @@ script:
- ./gradlew test

deploy:
provider: prerelease
provider: release
api-key: $GITHUB_API_KEY
file: $TRAVIS_BUILD_DIR/app/build/outputs/apk/debug/app-release.apk
file: $TRAVIS_BUILD_DIR/app/build/outputs/apk/release/app-release.apk
skip_cleanup: true
name: PojavLauncher_DevBuild-$TRAVIS_COMMIT
body: Automatic build of PojavLauncher from the latest source commit ($TRAVIS_COMMIT) built by Travis CI on $(date +'%F %T %Z').
Expand Down

0 comments on commit 7ea0ec1

Please sign in to comment.