File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed
Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments