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 4bff1f9 commit 30c5600Copy full SHA for 30c5600
.travis.yml
@@ -13,7 +13,7 @@ jdk:
13
14
before_install:
15
# Decrypt and un-archive the files wwstore and keystore.properties which are used to sign the Web Start distribution
16
- - openssl aes-256-cbc -K $encrypted_1799be77f389_key -iv $encrypted_1799be77f389_iv in keystore.tar.enc -out keystore.tar -d
+ - openssl aes-256-cbc -K $encrypted_1799be77f389_key -iv $encrypted_1799be77f389_iv -in keystore.tar.enc -out keystore.tar -d
17
- tar -xf keystore.tar
18
# Install Apache ANT v1.9.7 in order to get the most ANT junit features required by the World Wind build script. As of
19
# December 2016 the Travis CI environment provided ANT v1.8.x.
0 commit comments