Skip to content

Commit dbf97f1

Browse files
Merge branch 'hotfix/0.1.2'
2 parents 8263ce6 + 9c4425b commit dbf97f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ addons:
3232
build_command: "mvn compile -DskipTests=true"
3333
branch_pattern: release.*
3434
before_deploy:
35-
- "if gpg --list-secret-keys 34C80F11; then gpg --import 34C80F11.gpg; fi"
35+
- "if ! gpg --list-secret-keys 34C80F11; then gpg --import 34C80F11.gpg; fi"
3636
deploy:
3737
- provider: script # SNAPSHOTS
3838
script: mvn clean deploy -DskipTests -Prelease --settings settings.xml

0 commit comments

Comments
 (0)