소스 검색

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

Loading…
취소
저장