Browse Source

Fix copy/paste error.

pull/31/head
Chris Smith 9 years ago
parent
commit
a2588e17cc
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      circle.yml

+ 1
- 1
circle.yml View File

@@ -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…
Cancel
Save