summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Wray <jason@mapbox.com>2018-03-26 18:39:14 -0400
committerJason Wray <jason@mapbox.com>2018-03-30 14:31:26 -0400
commit91f13a87b30fd9d4fa8f11fefbde3bdbc38e1699 (patch)
treeb1fe7671654a7299fa6b5a5782dc2bc61b794a92
parentd37db1060f20980e7a3faadfadf9f1202478185e (diff)
downloadqtlocation-mapboxgl-upstream/fb-ios-beefier-tests.tar.gz
-rw-r--r--circle.yml1
-rwxr-xr-xplatform/ios/scripts/document.sh2
2 files changed, 1 insertions, 2 deletions
diff --git a/circle.yml b/circle.yml
index 55aa9cf279..edf1d509cb 100644
--- a/circle.yml
+++ b/circle.yml
@@ -756,7 +756,6 @@ jobs:
steps:
- checkout
- *install-macos-dependencies
- - *install-xcpretty-workaround
- *generate-cache-key
- *restore-cache
- *reset-ccache-stats
diff --git a/platform/ios/scripts/document.sh b/platform/ios/scripts/document.sh
index 57b596a4b9..43cbe3067a 100755
--- a/platform/ios/scripts/document.sh
+++ b/platform/ios/scripts/document.sh
@@ -6,7 +6,7 @@ set -u
if [ -z `which jazzy` ]; then
echo "Installing jazzy…"
- gem install jazzy --no-rdoc --no-ri
+ gem install jazzy --no-document
if [ -z `which jazzy` ]; then
echo "Unable to install jazzy. See https://github.com/mapbox/mapbox-gl-native/blob/master/platform/ios/INSTALL.md"
exit 1