Skip to content

Commit

Permalink
Fix jruby on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
backus authored and bbatsov committed Jan 24, 2017
1 parent dfa5b5b commit 2e70d6f
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 @@ -19,6 +19,8 @@ matrix:
before_install:
- gem update --remote bundler
- gem update --system
- rvm @global do gem uninstall bundler -a -x
- rvm @global do gem install bundler -v 1.13.7
install:
- bundle install --retry=3
script:
Expand Down

0 comments on commit 2e70d6f

Please sign in to comment.