Skip to content

Commit

Permalink
(maint) Use newer bundler
Browse files Browse the repository at this point in the history
Install a newer version of bundler to avoid the issue at
rubygems/bundler#3558. We ran into it several
times with Ruby 1.9.3 runs.
  • Loading branch information
Michael Smith committed Dec 15, 2015
1 parent 10df9c6 commit d02e826
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
@@ -1,5 +1,7 @@
language: ruby
sudo: false
before_install:
- gem install bundler -v 1.10
bundler_args: --without development
script: "bundle exec rake \"parallel:spec[2]\""
notifications:
Expand Down

0 comments on commit d02e826

Please sign in to comment.