Skip to content

Commit 727dbbb

Browse files
authored
Merge pull request #120 from watson-developer-cloud/hotfix-reviseRemoteURL
change remote sdk url back to develop, encrypt credentials
2 parents 4d5f4ef + 9a7854d commit 727dbbb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Config.json.enc

0 Bytes
Binary file not shown.

Travis/installSDK.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ project="unity-sdk-travis"
33

44
echo "Attempting to install Watson Developer Cloud Unity SDK into the test project..."
55
mkdir -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

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

0 commit comments

Comments
 (0)