Selaa lähdekoodia

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

Fixing-travis-yml
BinHong Lee 7 vuotta sitten
vanhempi
commit
c486ea3ab8
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. +2
    -2
      circle.yml

+ 2
- 2
circle.yml Näytä tiedosto

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

Ladataan…
Peruuta
Tallenna