Skip to content

Commit

Permalink
Change assemble to publishToMavenLocal
Browse files Browse the repository at this point in the history
  • Loading branch information
gumil committed Aug 18, 2019
1 parent 37ee79e commit 03c33ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ matrix:

deploy:
- provider: script
script: ./gradlew assemble bintrayUpload
script: ./gradlew publishToMavenLocal bintrayUpload
on:
branch: master
tags: true
Expand Down

0 comments on commit 03c33ac

Please sign in to comment.