From cec5a93c8263c2ed147f3bc4e3a24d7f306f6b35 Mon Sep 17 00:00:00 2001 From: wvengen Date: Fri, 2 Jan 2015 18:23:10 +0100 Subject: [PATCH] Speedup Travis build a little --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) 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;'"