Parcourir la source

Try to speed up CI a bit.

Try without using gradle's parallel function (probably adds more
overhead for the tiny number of tests we have), and combine
coveralls with the main test run.
pull/335/head
Chris Smith il y a 9 ans
Parent
révision
3b7ff01b5f
1 fichiers modifiés avec 1 ajouts et 5 suppressions
  1. 1
    5
      circle.yml

+ 1
- 5
circle.yml Voir le fichier

@@ -37,11 +37,7 @@ dependencies:
37 37
 
38 38
 test:
39 39
   override:
40
-    - ./gradlew --stacktrace --parallel plugins:jar plugins:test:
41
-        pwd:
42
-          ../meta
43
-  post:
44
-    - ./gradlew plugins:coveralls:
40
+    - ./gradlew --stacktrace plugins:jar plugins:test plugins:coveralls:
45 41
         pwd:
46 42
           ../meta
47 43
 

Chargement…
Annuler
Enregistrer