This website works better with JavaScript.
Home
Explore
Help
Sign In
binhong
/
TicketingSystem
mirror of
https://github.com/binhonglee/TicketingSystem
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38
Commits
2
Branches
691 KiB
Tree:
052d673ab6
Fixing-travis-yml
master
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from '052d673ab6'
${ noResults }
TicketingSystem
/
circle.yml
circle.yml
102 B
Raw
Normal View
History
Added support with empty database and some basic test scripts
7 years ago
Added uninstall.sh and further documentation on build.xml
7 years ago
Added support with empty database and some basic test scripts
7 years ago
1
2
3
4
5
6
7
8
dependencies:
pre:
- ./install.sh
post:
- ./uninstall.sh
test:
override:
- ant test