diff --git a/.travis.yml b/.travis.yml index 6e825a1..c19d04f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ env: script: - RAILS_ENV=test bundle exec rake db:migrate --trace - bundle exec rake db:test:prepare - - bundle exec rake + - xvfb-run bundle exec rake before_script: - cp config/database.travis.yml config/database.yml