소스 검색

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

불러오는 중...
취소
저장