Skip to content

Commit 2097dec

Browse files
committed
do not attempt to remove travis build script - we removed it
1 parent dbd2317 commit 2097dec

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

Travis/installSDK.sh

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,6 @@ if [ $? = 0 ] ; then
3232
if [ $? = 0 ] ; then
3333
echo "Creating Travis/UnityTestProject/Assets/Scripts/Editor/ SUCCEEDED! Exited with $?"
3434

35-
echo "Attempting to move Travis build script..."
36-
mv Travis/UnityTestProject/Assets/Watson/Travis/TravisBuild.cs Travis/UnityTestProject/Assets/Scripts/Editor/TravisBuild.cs
37-
if [ $? = 0 ] ; then
38-
echo "Moving travis build script SUCCEEDED! Exited with $?"
39-
exit 0
40-
else
41-
echo "Moving travis build script FAILED! Exited with $?"
42-
exit 1
43-
fi
44-
4535
echo "Attempting to move integration tests script..."
4636
mv Travis/UnityTestProject/Assets/Watson/Travis/TravisIntegrationTests.cs Travis/UnityTestProject/Assets/Scripts/Editor/TravisIntegrationTests.cs
4737
if [ $? = 0 ] ; then

0 commit comments

Comments
 (0)