Skip to content

Commit d8d93f0

Browse files
committed
do not decrypt config
1 parent 505c613 commit d8d93f0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Travis/runTests.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ set -e
77
echo "Attempting to create Streaming Assets directory..."
88
mkdir -p Travis/UnityTestProject/Assets/StreamingAssets/
99

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-
1310
echo "Attempting to run UnitySDK integration Tests..."
1411
/Applications/Unity/Unity.app/Contents/MacOS/Unity \
1512
-batchmode \

0 commit comments

Comments
 (0)