diff --git a/.travis.yml b/.travis.yml index c1f25ba1..7bf18563 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,11 +3,10 @@ rvm: - 1.9.3 - 2.0.0 - 2.1.0 +sudo: false before_script: - - "bundle exec rake test_app" -script: "DISPLAY=:99.0 bundle exec rake spec" -notifications: - email: - - ryan@spreecommerce.com - - jdyer@spreecommerce.com - - brian@spreecommerce.com + - sh -e /etc/init.d/xvfb start + - export DISPLAY=:99.0 + - bundle exec rake test_app +script: + - bundle exec rspec spec