Skip to content

Commit

Permalink
Use the latest bundler in Travis CI builds
Browse files Browse the repository at this point in the history
This is an attempt to fix failing builds like this one [1].

[1]: https://travis-ci.org/freerange/mocha/jobs/140040641
  • Loading branch information
floehopper committed Jun 24, 2016
1 parent 7e1c2bf commit 0e3eed1
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,3 +1,5 @@
before_install:
- gem install bundler
bundler_args: "--verbose"
script: "rake test"
rvm:
Expand Down

0 comments on commit 0e3eed1

Please sign in to comment.