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 6a46d9f commit db405beCopy full SHA for db405be
.travis.yml
@@ -3,7 +3,6 @@ jdk: oraclejdk8
3
sudo: false
4
before_install:
5
- if [ -n "$encrypted_7726a8800684_key" ]; then openssl aes-256-cbc -K $encrypted_7726a8800684_key -iv $encrypted_7726a8800684_iv -in .travis/settings_codesigning.tar.enc -out .travis/settings_codesigning.tar -d; tar xf .travis/settings_codesigning.tar -C .travis; fi
6
-dd:
7
- if [ -f .travis/codesigning.asc ]; then gpg --fast-import .travis/codesigning.asc; fi
8
install: true
9
script:
0 commit comments