Skip to content

Instantly share code, notes, and snippets.

@coryodaniel
Created October 31, 2013 20:23
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 coryodaniel/7256443 to your computer and use it in GitHub Desktop.
Save coryodaniel/7256443 to your computer and use it in GitHub Desktop.
language: ruby
rvm:
- "ruby-2.0.0-p195"
services:
- memcache
- elasticsearch
- redis-server
before_install:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
before_script:
- bundle exec rake db:setup
script:
- bundle exec rake cucumber:ok
- bundle exec rspec spec -t ~early_warning
bundler_args: --binstubs=./bundler_stubs
branches:
only:
- master
notifications:
email:
recipients:
- someone@example.com
on_success: change
on_failure: always
after_success:
- bundle exec rake ci_tag
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment