summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Wray <jason@mapbox.com>2017-10-23 14:32:38 -0400
committerJason Wray <jason@mapbox.com>2017-10-23 15:30:54 -0400
commitde6826562f63e7841585076b5a744bdc1c137460 (patch)
tree17fc2629f208b16ff684fddb6c5ea6106fdb8261
parent1b519e4be66925e1d232a55cb7bfa2f0652ffcf4 (diff)
downloadqtlocation-mapboxgl-de6826562f63e7841585076b5a744bdc1c137460.tar.gz
Speed up gem update by skipping doc install
-rw-r--r--circle.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/circle.yml b/circle.yml
index c9e111ec5a..0c6412c699 100644
--- a/circle.yml
+++ b/circle.yml
@@ -116,7 +116,7 @@ step-library:
command: |
brew install cmake
brew install ccache
- sudo gem install fastlane
+ sudo gem install fastlane --no-document
- &run-node-tests