Skip to content

Commit 9db36c7

Browse files
committed
publish next version
1 parent 582f961 commit 9db36c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ before_install:
2727
install:
2828
- gradle wrapper
2929
# upload to '../repo'
30-
- "./gradlew publish"
30+
- ./gradlew publish
3131
deploy:
3232
provider: releases
3333
api_key:
@@ -41,4 +41,4 @@ deploy:
4141
tags: true
4242
condition: $DEPLOY = true
4343
after_deploy:
44-
- "./gradlew publishPlugin"
44+
- ./gradlew publishPlugin

0 commit comments

Comments
 (0)