From c486ea3ab835145ee77e3886372818fdd6aa24a2 Mon Sep 17 00:00:00 2001 From: BinHong Lee Date: Sun, 9 Apr 2017 04:11:12 -0700 Subject: [PATCH] Fixed circle.yml running uninstall.sh at the wrong time --- circle.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/circle.yml b/circle.yml index 560d8fd..302d57d 100644 --- a/circle.yml +++ b/circle.yml @@ -1,8 +1,8 @@ dependencies: pre: - ./install.sh - post: - - ./uninstall.sh test: override: - ant test + post: + - ./uninstall.sh