ソースを参照

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

読み込み中…
キャンセル
保存