Skip to content

Commit 9a7c27d

Browse files
committed
move script around, version bump
1 parent 19f8cc0 commit 9a7c27d

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,12 @@ before_deploy:
1717
- ./Tools/verifyTag.sh
1818
- ./gradlew assembleRelease makeJar generatePomFileForAarPublication
1919

20+
after_deploy:
21+
- ./Tools/triggerRondo.sh
22+
2023
deploy:
2124
- provider: script
2225
skip_cleanup: true
23-
script:
24-
- ./gradlew artifactoryPublish bintrayUpload
25-
- ./Tools/triggerRondo.sh
26+
script: ./gradlew artifactoryPublish bintrayUpload
2627
on:
2728
tags: true

sdk-version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.3.3-beta3
1+
5.3.3-beta4

0 commit comments

Comments
 (0)