Skip to content

Commit 8d9c314

Browse files
committed
ci: Disable semantic-release for release candidate
1 parent c5c9f5a commit 8d9c314

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)