Skip to content

Commit

Permalink
[CI] Update Bundler to 1.11.2 on Travis
Browse files Browse the repository at this point in the history
Latest builds on Travis are broken because of bundler is too old and contains some issues

See: rubygems/bundler#3558, travis-ci/travis-ci#3531

Related: #538
  • Loading branch information
Durorexp committed Mar 10, 2016
1 parent 0c11550 commit bb225be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ before_script:
script:
- SERVER=launch TEST_CLUSTER_COMMAND=/usr/share/elasticsearch/bin/elasticsearch TEST_CLUSTER_PARAMS='-Des.default.path.conf=/etc/elasticsearch/ -Des.default.path.logs==/var/log/elasticsearch/' bundle exec rake test:all

install: "gem uninstall bundler -axI && gem install bundler -v 1.6.2"
install: "gem uninstall bundler -axI && gem install bundler -v 1.11.2"

notifications:
disable: true

0 comments on commit bb225be

Please sign in to comment.