Skip to content

Commit 0a18165

Browse files
committed
updated credentials
1 parent 96809fc commit 0a18165

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Config.json.enc

496 Bytes
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 @@ 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_984f19857b4c_key -iv $encrypted_984f19857b4c_iv -in Config.json.enc -out Travis/UnityTestProject/Assets/StreamingAssets/Config.json -d
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
1212

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

0 commit comments

Comments
 (0)