Skip to content

Commit eb81d5a

Browse files
committed
revising encrypt key
1 parent cbf2d36 commit eb81d5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Travis/runTests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ echo "Attempting to create Streaming Assets directory..."
88
mkdir -p Travis/UnityTestProject/Assets/StreamingAssets/
99

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

1313
echo "Attempting to run UnitySDK integration Tests..."
1414
/Applications/Unity/Unity.app/Contents/MacOS/Unity \

0 commit comments

Comments
 (0)