Skip to content

Commit dbfefe2

Browse files
committed
remove command deleting travis build script
1 parent 2097dec commit dbfefe2

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

Travis/installSDK.sh

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,6 @@ git clone https://github.com/watson-developer-cloud/unity-sdk.git Travis/UnityTe
99
if [ $? = 0 ] ; then
1010
echo "WDC Unity SDK install SUCCEEDED! Exited with $?"
1111

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-
2112
echo "Attempting to remove TravisIntegrationTests from Travis directory..."
2213
rm Travis/TravisIntegrationTests.cs
2314
if [ $? = 0 ] ; then

0 commit comments

Comments
 (0)