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 a03dd81 commit 6e1122eCopy full SHA for 6e1122e
.travis.yml
@@ -14,7 +14,7 @@ jdk:
14
15
before_script:
16
# 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'
+ - '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'
18
# Use xvfb to run tests that require a GUI
19
- "export DISPLAY=:99.0"
20
- "sh -e /etc/init.d/xvfb start"
0 commit comments