Skip to content

Commit

Permalink
Update bundler before in Travis CI builds
Browse files Browse the repository at this point in the history
Builds are broken because the `bundler` version that Travis CI
automatically uses at this time (`1.7.6`) is coming across an
error that was fixed in a later version/release.

Having an outdated version of `bundler` in the Travis CI builds is an
ongoing issue and this is currently the easiest work-around.

See:

* rubygems/bundler#3558
* travis-ci/travis-ci#3531
  • Loading branch information
Donald Plummer committed Dec 14, 2015
1 parent 0ce348b commit edd600f
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 @@ -4,6 +4,8 @@ rvm:
- 2.0.0
- 2.1.0
- 2.2.0
before_install:
- gem update bundler
env:
global:
- CODECLIMATE_REPO_TOKEN=396d4263adb6febf1e6e9b0c0e176fbde35e1a116a3c1ecf8dd4f9384e41979b
Expand Down

0 comments on commit edd600f

Please sign in to comment.