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.
42
Commits
2
Branches
691 KiB
Tree:
46a278ec2a
Fixing-travis-yml
master
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from '46a278ec2a'
${ 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
Fixed circle.yml running uninstall.sh at the wrong time
7 years ago
1
2
3
4
5
6
7
8
dependencies:
pre:
- ./install.sh
test:
override:
- ant test
post:
- ./uninstall.sh