Skip to content

Commit

Permalink
Fix Travis build failures because of fastlane/bundler error
Browse files Browse the repository at this point in the history
Workaround a bundler issue which is tracked on rubygems/bundler#4981
  • Loading branch information
0xced committed Sep 22, 2016
1 parent 1376762 commit 51b1780
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ matrix:
- osx_image: xcode7
env: FASTLANE_ENV=ios90_xcode7
before_install:
# Force bundler 1.12.5 because version 1.13 has issues, see https://github.com/fastlane/fastlane/issues/6065#issuecomment-246044617
- gem uninstall bundler -v '>1.12.5' --force || echo "bundler >1.12.5 is not installed"
- gem install bundler -v 1.12.5 --no-rdoc --no-ri --no-document --quiet
- gem install fastlane --no-rdoc --no-ri --no-document --quiet
- gem install cocoapods --no-rdoc --no-ri --no-document --quiet
- gem install xcpretty --no-rdoc --no-ri --no-document --quiet
Expand Down

0 comments on commit 51b1780

Please sign in to comment.