diff --git a/.travis.yml b/.travis.yml index 2a52ad25..0471b2b2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,8 @@ env: COVERALLS=1 before_install: - "export DISPLAY=:99.0" - "sh -e /etc/init.d/xvfb start" +bundler_args: + - "--without development --deployment --jobs=3 --retry=3" before_script: - "bundle exec rake foodsoft:setup:stock_config" - "mysql -e 'create database foodsoft_test;'"