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 2097dec commit dbfefe2Copy full SHA for dbfefe2
Travis/installSDK.sh
@@ -9,15 +9,6 @@ git clone https://github.com/watson-developer-cloud/unity-sdk.git Travis/UnityTe
9
if [ $? = 0 ] ; then
10
echo "WDC Unity SDK install SUCCEEDED! Exited with $?"
11
12
- echo "Attempting to remove TravisBuild from Travis directory..."
13
- rm Travis/TravisBuild.cs
14
- if [ $? = 0 ] ; then
15
- echo "Removing travis build script SUCCEEDED! Exited with $?"
16
- else
17
- echo "Removing travis build script FAILED! Exited with $?"
18
- exit 1
19
- fi
20
-
21
echo "Attempting to remove TravisIntegrationTests from Travis directory..."
22
rm Travis/TravisIntegrationTests.cs
23
0 commit comments