ソースを参照

Fix copy/paste error.

pull/31/head
Chris Smith 9年前
コミット
a2588e17cc
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      circle.yml

+ 1
- 1
circle.yml ファイルの表示

@@ -18,4 +18,4 @@ test:
18 18
   override:
19 19
     - ./gradlew test
20 20
   post:
21
-    - ./gradlew client:jacocoTestReport client:coveralls
21
+    - ./gradlew jacocoTestReport coveralls

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