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
Browse Source
Fixed circle.yml running uninstall.sh at the wrong time
Fixing-travis-yml
BinHong Lee
7 years ago
parent
052d673ab6
commit
c486ea3ab8
1 changed files
with
2 additions
and
2 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
circle.yml
+ 2
- 2
circle.yml
View File
@@ -1,8 +1,8 @@
dependencies:
dependencies:
pre:
pre:
- ./install.sh
- ./install.sh
post:
- ./uninstall.sh
test:
test:
override:
override:
- ant test
- ant test
post:
- ./uninstall.sh
Write
Preview
Loading…
Cancel
Save