File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ project="unity-sdk-travis"
33
44echo " Attempting to install Watson Developer Cloud Unity SDK into the test project..."
55mkdir -p Travis/UnityTestProject/Assets/Watson/
6- # git clone https://github.com/watson-developer-cloud/unity-sdk.git Travis/UnityTestProject/Assets/Watson/
7- git clone -b feature-97-integrationTesting --single-branch https://github.com/watson-developer-cloud/unity-sdk.git Travis/UnityTestProject/Assets/Watson/
6+ git clone https://github.com/watson-developer-cloud/unity-sdk.git Travis/UnityTestProject/Assets/Watson/
7+ # git clone -b feature-97-integrationTesting --single-branch https://github.com/watson-developer-cloud/unity-sdk.git Travis/UnityTestProject/Assets/Watson/
88
99if [ $? = 0 ] ; then
1010 echo " WDC Unity SDK install SUCCEEDED! Exited with $? "
You can’t perform that action at this time.
0 commit comments