Remove xvfb from travis deploy. Should no longer be required.

This commit is contained in:
Andrew Spinks
2013-07-25 14:13:06 +10:00
parent 6c18c5c65f
commit 1797933501

View File

@@ -4,11 +4,9 @@ rvm:
- "1.9.3"
services: postgresql
before_install:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
before_script:
- cp config/database.travis.yml config/database.yml
- psql -c 'create database open_food_web_test;' -U postgres
script:
- RAILS_ENV=test bundle exec rake db:migrate --trace
- export DISPLAY=:99.0 && bundle exec rake spec
- bundle exec rake spec