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 505c613 commit d8d93f0Copy full SHA for d8d93f0
Travis/runTests.sh
@@ -7,9 +7,6 @@ set -e
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_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 \
15
-batchmode \
0 commit comments