Speedup Travis build a little

This commit is contained in:
wvengen 2015-01-02 18:23:10 +01:00
parent a048e5f4be
commit cec5a93c82
1 changed files with 2 additions and 0 deletions

View File

@ -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;'"