Skip to content

Commit 06cabec

Browse files
committed
update credentials
1 parent b83d6c1 commit 06cabec

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Config.json.enc

1.02 KB
Binary file not shown.

Travis/runTests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then
88
if [ $? = 0 ] ; then
99
echo "Creating StreamingAssets directory COMPLETED! Exited with $?"
1010
echo "Attempting to decrypt config..."
11-
openssl aes-256-cbc -K $encrypted_91725f0df198_key -iv $encrypted_91725f0df198_iv -in Config.json.enc -out Travis/UnityTestProject/Assets/StreamingAssets/Config.json -d
11+
openssl aes-256-cbc -K $encrypted_984f19857b4c_key -iv $encrypted_984f19857b4c_iv -in Config.json.enc -out Travis/UnityTestProject/Assets/StreamingAssets/Config.json -d
1212
if [ $? = 0 ] ; then
1313
echo "Decrypting config COMPLETED! Exited with $?"
1414
else

0 commit comments

Comments
 (0)