.travis.yml tweak

This commit is contained in:
Brian Quinn 2012-07-20 12:11:49 +01:00
parent b1d01820a6
commit cbdd9451ba
1 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,7 @@
before_script:
- "bundle exec rake test_app"
- "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:
@ -9,5 +11,4 @@ branches:
- master
- 1-1-stable
rvm:
- 1.8.7
- 1.9.3