summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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