bundler pre is faster, so use it again

This commit is contained in:
Jonne Hass 2011-12-11 03:43:56 +01:00
parent afb5e5e7f0
commit c23a2cdc5c

View file

@ -11,6 +11,7 @@ env:
- DB=postgres BUILD_TYPE=other
- DB=mysql BUILD_TYPE=other
before_install: gem install bundler --pre
bundler_args: "--without development production"
before_script: "./config/ci/before-travis.sh"
script: "bundle exec rake travis"