panterch/ananas

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: ruby
cache: bundler
sudo: false
script: 'bundle exec rake db:drop db:create db:schema:load spec'
addons:
  postgresql: '9.4'
before_script:
  - cp config/database.travis.yml config/database.yml
  - psql -c 'create database ananas_test;' -U postgres
  - export DISPLAY=:99.0
  - sh -e /etc/init.d/xvfb start