Browse Source

Set the working directory...

pull/453/head
Chris Smith 9 years ago
parent
commit
543b04507d
1 changed files with 3 additions and 1 deletions
  1. 3
    1
      circle.yml

+ 3
- 1
circle.yml View File

@@ -41,7 +41,9 @@ test:
41 41
         pwd:
42 42
           ../meta
43 43
   post:
44
-    - ./gradlew client:jacocoTestReport client:coveralls
44
+    - ./gradlew client:jacocoTestReport client:coveralls:
45
+        pwd:
46
+          ../meta
45 47
 
46 48
 
47 49
 general:

Loading…
Cancel
Save