Explorar el Código

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

Fixing-travis-yml
BinHong Lee hace 7 años
padre
commit
c486ea3ab8
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      circle.yml

+ 2
- 2
circle.yml Ver fichero

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

Cargando…
Cancelar
Guardar