summaryrefslogtreecommitdiff
path: root/circle.yml
diff options
context:
space:
mode:
Diffstat (limited to 'circle.yml')
-rw-r--r--circle.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/circle.yml b/circle.yml
index e990eed401..29e8de1d38 100644
--- a/circle.yml
+++ b/circle.yml
@@ -322,6 +322,10 @@ jobs:
name: Android code generation
command: scripts/nitpick/generated-code.js android
when: always
+ - run:
+ name: Vendored packages
+ command: scripts/nitpick/vendoring.js
+ when: always
# ------------------------------------------------------------------------------