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.
2 parents 8263ce6 + 9c4425b commit dbf97f1Copy full SHA for dbf97f1
.travis.yml
@@ -32,7 +32,7 @@ addons:
32
build_command: "mvn compile -DskipTests=true"
33
branch_pattern: release.*
34
before_deploy:
35
-- "if gpg --list-secret-keys 34C80F11; then gpg --import 34C80F11.gpg; fi"
+- "if ! gpg --list-secret-keys 34C80F11; then gpg --import 34C80F11.gpg; fi"
36
deploy:
37
- provider: script # SNAPSHOTS
38
script: mvn clean deploy -DskipTests -Prelease --settings settings.xml
0 commit comments