before_script: - "export DISPLAY=:99.0" - "sh -e /etc/init.d/xvfb start" - "DISPLAY=:99.0 bundle exec rake test_app" script: "DISPLAY=:99.0 bundle exec rspec spec" notifications: email: - briandquinn@gmail.com branches: only: - master - 1-1-stable rvm: - 1.9.3