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

[fixes #846]
  • Loading branch information
RochesterinNYC authored and tute committed Dec 14, 2015
1 parent 241e8e5 commit 3c0547f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ rvm:
- rbx-2
before_install:
- gem update --system
- gem update bundler
install: "bundle install"
script: "bundle exec rake spec:unit spec:acceptance features"
jdk:
Expand Down

0 comments on commit 3c0547f

Please sign in to comment.