diff options
author | Jason Wray <jason@mapbox.com> | 2018-10-26 15:03:56 -0400 |
---|---|---|
committer | Jason Wray <jason@mapbox.com> | 2018-11-02 17:49:33 -0400 |
commit | 947af3059c5d2dec3dfdd8b8a6002679a6ccc055 (patch) | |
tree | 493f8da934a0d4ea366029fd2a6214abc7cbecb4 | |
parent | 1c140438cb7d6345a05acecec12cd40142a25d28 (diff) | |
download | qtlocation-mapboxgl-947af3059c5d2dec3dfdd8b8a6002679a6ccc055.tar.gz |
[ios, build] Stop running Integration Tests target on CircleCI
These are evidently too inconsistent to run on CircleCI under Xcode 10.
-rw-r--r-- | circle.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/circle.yml b/circle.yml index f12a5fe1b1..5d1c40bf66 100644 --- a/circle.yml +++ b/circle.yml @@ -834,7 +834,6 @@ jobs: - install-macos-dependencies - install-dependencies - build-ios-test - - build-ios-integration-test - check-public-symbols - run: name: Check symbol namespacing for mapbox-events-ios |