From fd2db954817f71817485c82c31a2a8f458190cfe Mon Sep 17 00:00:00 2001 From: Hector Ramos Date: Thu, 6 Sep 2018 16:12:51 -0700 Subject: [PATCH] Remove test dep on publish --- .circleci/config.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 475c3a676e2..b284b9a3c05 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -678,10 +678,6 @@ workflows: - /.*-stable/ tags: only: /v[0-9]+(\.[0-9]+)*(\-rc(\.[0-9]+)?)?/ - requires: - - test_javascript - - test_objc - - test_android # Run code checks - analyze_pr: