Update Bundler on travis for ruby 2.1

pull/777/head
Christian Ratz 11 years ago committed by Jens Ulferts
parent a18540cbec
commit 0f370c4046
  1. 1
      .travis.yml

@ -45,6 +45,7 @@ script: "bundle exec rake $TEST_SUITE"
before_install:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- "gem install bundler --version '>= 1.5.1'"
before_script:
- "RAILS_ENV=production bundle exec rake ci:travis:prepare"
notifications:

Loading…
Cancel
Save