diff options
-rw-r--r-- | circle.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/circle.yml b/circle.yml index bf903a2f36..0cb06e9926 100644 --- a/circle.yml +++ b/circle.yml @@ -33,9 +33,6 @@ workflows: - linux-gcc4.9-debug - linux-gcc5-debug-coverage - ios-debug - - ios-sanitize - - ios-sanitize-address - - ios-static-analyzer - ios-release - ios-release-tag: filters: @@ -57,6 +54,9 @@ workflows: - master jobs: - ios-release + - ios-sanitize + - ios-sanitize-address + - ios-static-analyzer step-library: - &npm-install |