Browse Source

Removed last line in uninstall.sh that is causing CI tests to ofail

Fixing-travis-yml
BinHong Lee 7 years ago
parent
commit
052d673ab6
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      uninstall.sh

+ 0
- 1
uninstall.sh View File

@@ -3,4 +3,3 @@ echo "Deleting project files"
rm -rf TicketingSystem
echo "Removing additional installed library"
rm -rf ~/anttasks.jar
read -n1 -r -p "Press any key to continue..." key

Loading…
Cancel
Save