Skip to content

Instantly share code, notes, and snippets.

@gregolsen
Created August 7, 2013 09:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gregolsen/6172645 to your computer and use it in GitHub Desktop.
Save gregolsen/6172645 to your computer and use it in GitHub Desktop.
language: ruby
before_install:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
before_script:
- cp config/database.travis.yml config/database.yml
- RAILS_ENV=test bundle exec rake db:create db:migrate
notifications:
email:
- interstellar.team@railsware.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment