Skip to content

Commit

Permalink
Merge pull request #134 from helenmasters/issue.fixJazzyVersion
Browse files Browse the repository at this point in the history
Set jazzy version to 0.9.1
  • Loading branch information
helenmasters authored May 15, 2018
2 parents 42bb330 + 234f7da commit c233eb4
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 c233eb4

Please sign in to comment.