Browse Source

Fixed circle.yml running uninstall.sh at the wrong time

Fixing-travis-yml
BinHong Lee 7 years ago
parent
commit
c486ea3ab8
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      circle.yml

+ 2
- 2
circle.yml View File

@@ -1,8 +1,8 @@
dependencies:
pre:
- ./install.sh
post:
- ./uninstall.sh
test:
override:
- ant test
post:
- ./uninstall.sh

Loading…
Cancel
Save