Skip to content

Commit

Permalink
update the .travis with the new bundler
Browse files Browse the repository at this point in the history
  • Loading branch information
ph committed Jun 13, 2017
1 parent 6e6589e commit d87071e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ before_install:
- sudo dockerd --disable-legacy-registry &>/dev/null &
- export JRUBY_OPTS=""
# Force bundler 1.12.5 because version 1.13 has issues, see https://github.com/fastlane/fastlane/issues/6065#issuecomment-246044617
- yes | gem uninstall -q -i /home/travis/.rvm/gems/jruby-9.1.9.0@global bundler
- yes | gem uninstall -q -i /home/travis/.rvm/gems/jruby-9.1.10.0@global bundler
- gem install bundler -v 1.12.5 --no-rdoc --no-ri --no-document --quiet
install:
- rake test:install-core
Expand Down

0 comments on commit d87071e

Please sign in to comment.