Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Commit

Permalink
Try to fix Travis build failures
Browse files Browse the repository at this point in the history
The last 4 jobs of build 2468 have failed because of a bundler error: https://travis-ci.org/AFNetworking/AFNetworking/builds/160980174

Using bundler 1.12.5 instead of 1.13 should fix the issue according to fastlane/fastlane#6065 (comment)
  • Loading branch information
0xced committed Sep 19, 2016
1 parent e66ffb1 commit 6fc3e37
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ 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 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 6fc3e37

Please sign in to comment.