Skip to content

Commit 6e1122e

Browse files
committed
Corrected copy and paste typos in Travis CI configuration
1 parent a03dd81 commit 6e1122e

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
@@ -14,7 +14,7 @@ jdk:
1414

1515
before_script:
1616
# Decrypt the keystore used to sign the Web Start distribution
17-
- 'if [[ -n "${$encrypted_1799be77f389_key}" ]]; then openssl aes-256-cbc -K "${$encrypted_1799be77f389_key}" -iv "${$encrypted_1799be77f389_iv}" -in keystore.tar.enc -out keystore.tar -d && tar -xf keystore.tar; fi'
17+
- 'if [[ -n "${encrypted_1799be77f389_key}" ]]; then openssl aes-256-cbc -K "${encrypted_1799be77f389_key}" -iv "${encrypted_1799be77f389_iv}" -in keystore.tar.enc -out keystore.tar -d && tar -xf keystore.tar; fi'
1818
# Use xvfb to run tests that require a GUI
1919
- "export DISPLAY=:99.0"
2020
- "sh -e /etc/init.d/xvfb start"

0 commit comments

Comments
 (0)