Преглед изворни кода

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

Fixing-travis-yml
BinHong Lee пре 7 година
родитељ
комит
c486ea3ab8
1 измењених фајлова са 2 додато и 2 уклоњено
  1. +2
    -2
      circle.yml

+ 2
- 2
circle.yml Прегледај датотеку

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

Loading…
Откажи
Сачувај