Skip to content

Commit 915cbab

Browse files
committed
ci: Re-enable automated releases
1 parent c6035d1 commit 915cbab

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
@@ -51,12 +51,12 @@ script:
5151
after_success:
5252
- bash <(curl -s https://codecov.io/bash)
5353
deploy:
54-
#- provider: script
55-
#skip_cleanup: true
56-
#script: "semantic-release"
57-
#on:
58-
#branch: master
59-
#jdk: openjdk7
54+
- provider: script
55+
skip_cleanup: true
56+
script: "semantic-release"
57+
on:
58+
branch: master
59+
jdk: openjdk7
6060
- provider: script
6161
script: ".utility/push-javadoc-to-gh-pages.sh"
6262
skip_cleanup: true

0 commit comments

Comments
 (0)