Browse Source

Don't bother pre-downloading deps in Circle.

I think iterating all the dependencies and then caching them
might actually be slower than just getting on with it.
pull/161/head
Chris Smith 9 years ago
parent
commit
9892edf353
1 changed files with 1 additions and 4 deletions
  1. 1
    4
      circle.yml

+ 1
- 4
circle.yml View File

30
           ../meta/client
30
           ../meta/client
31
 
31
 
32
 dependencies:
32
 dependencies:
33
-  override:
34
-    - ./gradlew --parallel client:dependencies plugins:dependencies:
35
-        pwd:
36
-          ../meta
33
+  override: []
37
 
34
 
38
 test:
35
 test:
39
   override:
36
   override:

Loading…
Cancel
Save