Skip to content

Commit 70c66f5

Browse files
committed
build: Removed branch from core clone
1 parent 8c69d65 commit 70c66f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Travis/installSDK.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ echo "Attempting to install IBM Watson SDK for Unity into the test project..."
2020
mkdir -p Travis/UnityTestProject/Assets/Watson/
2121
mkdir -p Travis/UnityTestProject/Assets/IBMSdkCore/
2222
git clone -b $TRAVIS_BRANCH https://github.com/watson-developer-cloud/unity-sdk.git Travis/UnityTestProject/Assets/Watson/
23-
git clone -b $TRAVIS_BRANCH https://github.com/IBM/unity-sdk-core.git Travis/UnityTestProject/Assets/IBMSdkCore/
23+
git clone https://github.com/IBM/unity-sdk-core.git Travis/UnityTestProject/Assets/IBMSdkCore/
2424

2525
if [ $? = 0 ] ; then
2626
echo "WDC Unity SDK install SUCCEEDED! Exited with $?"

0 commit comments

Comments
 (0)