Skip to content

Commit

Permalink
fixing deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
suntrix committed Feb 2, 2019
1 parent dd72b68 commit 5d225b5
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 @@ -19,8 +19,8 @@ script:

deploy:
provider: script
script: ./gradlew bintrayUpload
skip_cleanup: true
script: ./gradlew clean assembleRelease generatePomFileForDatabindingPublication generatePomFileForDaggerPublication bintrayUpload
skip_cleanup: false
dry-run: false
on:
tags: true

0 comments on commit 5d225b5

Please sign in to comment.