There was an error while loading. Please reload this page.
1 parent 9d731a2 commit c69fec7Copy full SHA for c69fec7
1 file changed
.travis.yml
@@ -22,7 +22,7 @@ jobs:
22
include:
23
- stage: snapshot
24
name: "Deploy Snapshot to JCenter"
25
- if: branch = master AND type != pull_request
+ if: branch = master AND type != pull_request AND commit_message !~ /^(prepare release ([0-9\.]+))$/
26
jdk: openjdk8
27
install: true
28
script:
0 commit comments