Skip to content

Commit

Permalink
Fix travis with jruby-head
Browse files Browse the repository at this point in the history
Add the before_install and before_script helpers from rake
Should fix it
  • Loading branch information
matthewrudy committed Oct 21, 2016
1 parent 7c713c4 commit 1935565
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,8 @@ rvm:
- jruby-19mode
- jruby-9.1.5.0
- jruby-head

before_install:
- gem install bundler --no-document -v '~> 1.13'
before_script:
- unset JRUBY_OPTS

0 comments on commit 1935565

Please sign in to comment.