Skip to content

Commit

Permalink
Ensure bundler is installed for 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benlovell committed May 8, 2016
1 parent cd22471 commit 57ebeb4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ rvm:
- jruby-9.0.5.0
- jruby-head
- rbx-2
before_install: gem install bundler
matrix:
fast_finish: true
allow_failures:
Expand All @@ -18,4 +19,4 @@ gemfile:
- gemfiles/Gemfile.actionpack5.0.0.beta4
- gemfiles/Gemfile.actionpack4.0
- Gemfile
script: bundle exec rake
script: bundle install --jobs=3 --retry=3 && bundle exec rake

0 comments on commit 57ebeb4

Please sign in to comment.