We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e90c0a7 commit 36ae59cCopy full SHA for 36ae59c
.travis.yml
@@ -23,7 +23,7 @@ after_success:
23
deploy:
24
# publish release candidates on release branches
25
- provider: script
26
- script: script/release-candidate
+ script: script/release-candidate --dry-run
27
skip_cleanup: true
28
on:
29
branch: release*
0 commit comments