Skip to content

Commit 30c5600

Browse files
author
pdavidc
committed
Corrected openssl command syntax in Travis CI configuration
1 parent 4bff1f9 commit 30c5600

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
@@ -13,7 +13,7 @@ jdk:
1313

1414
before_install:
1515
# 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
16+
- openssl aes-256-cbc -K $encrypted_1799be77f389_key -iv $encrypted_1799be77f389_iv -in keystore.tar.enc -out keystore.tar -d
1717
- tar -xf keystore.tar
1818
# Install Apache ANT v1.9.7 in order to get the most ANT junit features required by the World Wind build script. As of
1919
# December 2016 the Travis CI environment provided ANT v1.8.x.

0 commit comments

Comments
 (0)