Skip to content

Commit 3f17664

Browse files
committed
ci: Run deploy after pushing Javadocs
1 parent 89c3c35 commit 3f17664

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.travis.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,6 @@ script:
5050
after_success:
5151
- bash <(curl -s https://codecov.io/bash)
5252
deploy:
53-
- provider: script
54-
skip_cleanup: true
55-
script: ".utility/deploy-travis-wrapper.sh"
56-
on:
57-
tags: true
58-
jdk: openjdk7
5953
- provider: script
6054
skip_cleanup: true
6155
script: "semantic-release"
@@ -69,5 +63,11 @@ deploy:
6963
repo: watson-developer-cloud/java-sdk
7064
jdk: openjdk7
7165
tags: true
66+
- provider: script
67+
skip_cleanup: true
68+
script: ".utility/deploy-travis-wrapper.sh"
69+
on:
70+
tags: true
71+
jdk: openjdk7
7272
notifications:
7373
email: true

0 commit comments

Comments
 (0)