From 91f13a87b30fd9d4fa8f11fefbde3bdbc38e1699 Mon Sep 17 00:00:00 2001 From: Jason Wray Date: Mon, 26 Mar 2018 18:39:14 -0400 Subject: Revert bad merge --- circle.yml | 1 - platform/ios/scripts/document.sh | 2 +- 2 files changed, 1 insertion(+), 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 -- cgit v1.2.1