Skip to content

Commit

Permalink
Set jazzy version to 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
helenmasters committed May 15, 2018
1 parent 42bb330 commit 234f7da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jazzy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ git remote add jazzy https://${GITHUB_USERNAME}:${GITHUB_PASSWORD}@github.com/${
git fetch jazzy
git checkout jazzy/${TRAVIS_PULL_REQUEST_BRANCH} -b ${TRAVIS_PULL_REQUEST_BRANCH}

# Install jazzy
sudo gem install jazzy
# Install jazzy (version set to 0.9.1 until https://github.com/realm/jazzy/issues/972 is fixed)
sudo gem install jazzy -v 0.9.1
# Generate xcode project
sourceScript "${SCRIPT_DIR}/generate-xcodeproj.sh" "xcodeproj generation"
# Run jazzy
Expand Down

0 comments on commit 234f7da

Please sign in to comment.