diff --git a/.travis.yml b/.travis.yml index c7d3ee080..519bf4a5e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,7 @@ env: - DB=mysql BUILD_TYPE=cucumber - 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"