Skip to content

Commit

Permalink
[Jasoet] Prepare bintray publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Jasoet committed Aug 10, 2018
1 parent ede3dc1 commit f21a6c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ cache:
script:
- "./gradlew clean build"
after_success:
- ./gradlew bintrayUpload
- bash <(curl -s https://codecov.io/bash) -t 16292256-8927-4a5a-93bf-234c6693c118
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ bintray {
key = "${bintrayApiKey}"
publications = ['FunPublication']
publish = true
override = false
override = true

pkg {
name = "${project.name}"
Expand Down

0 comments on commit f21a6c5

Please sign in to comment.