Skip to content

Commit

Permalink
Travis: Use latest bundler (#1410)
Browse files Browse the repository at this point in the history
  • Loading branch information
olleolleolle authored and nateberkopec committed Sep 15, 2017
1 parent cdb0547 commit c50cea2
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 @@ -6,7 +6,7 @@ cache: bundler
before_install:
# bundler installation needed for jruby-head
# https://github.com/travis-ci/travis-ci/issues/5861
- gem install bundler -v 1.11.2
- gem install bundler
script: "TESTOPTS=-v bundle exec rake"
branches:
only:
Expand Down

0 comments on commit c50cea2

Please sign in to comment.