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 cbee09b commit f6b74b0Copy full SHA for f6b74b0
.travis.yml
@@ -14,7 +14,7 @@ services:
14
before_install:
15
- chmod +x ./publish.sh
16
- openssl aes-256-cbc -K $encrypted_12c8071d2874_key -iv $encrypted_12c8071d2874_iv -in ./codesigning.asc.enc -out ./codesigning.asc -d
17
- - gpg --import ./codesigning.asc --batch
+ - gpg2 -batch --import ./codesigning.asc
18
install: true # disables default "./gradlew assemble" install script
19
after_success:
20
- ./publish.sh
0 commit comments