Procházet zdrojové kódy

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

Fixing-travis-yml
BinHong Lee před 7 roky
rodič
revize
c486ea3ab8
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. +2
    -2
      circle.yml

+ 2
- 2
circle.yml Zobrazit soubor

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

Načítá se…
Zrušit
Uložit