Skip to content

Commit

Permalink
some changes
Browse files Browse the repository at this point in the history
  • Loading branch information
WesleyVanNeck authored Sep 3, 2020
1 parent 1be7b74 commit d009fb3
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: releases
provider: prerelease
api-key: $GITHUB_API_KEY
file: $TRAVIS_BUILD_DIR/app/build/outputs/apk/debug/app-debug.apk
file: $TRAVIS_BUILD_DIR/app/build/outputs/apk/debug/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 d009fb3

Please sign in to comment.