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 cbf2d36 commit eb81d5aCopy full SHA for eb81d5a
Travis/runTests.sh
@@ -8,7 +8,7 @@ echo "Attempting to create Streaming Assets directory..."
8
mkdir -p Travis/UnityTestProject/Assets/StreamingAssets/
9
10
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
+openssl aes-256-cbc -K $encrypted_984f19857b4c_key -iv $encrypted_984f19857b4c_iv -in Config.json.enc -out Travis/UnityTestProject/Assets/StreamingAssets/Config.json -d
12
13
echo "Attempting to run UnitySDK integration Tests..."
14
/Applications/Unity/Unity.app/Contents/MacOS/Unity \
0 commit comments