Skip to content

Commit 03c33ac

Browse files
committed
Change assemble to publishToMavenLocal
1 parent 37ee79e commit 03c33ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ matrix:
2727

2828
deploy:
2929
- provider: script
30-
script: ./gradlew assemble bintrayUpload
30+
script: ./gradlew publishToMavenLocal bintrayUpload
3131
on:
3232
branch: master
3333
tags: true

0 commit comments

Comments
 (0)