spree_paypal_express/.travis.yml

15 lines
285 B
YAML
Raw Normal View History

2012-07-20 10:47:57 +00:00
before_script:
2012-07-20 11:11:49 +00:00
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- "DISPLAY=:99.0 bundle exec rake test_app"
2012-07-20 10:47:57 +00:00
script: "DISPLAY=:99.0 bundle exec rspec spec"
notifications:
email:
- briandquinn@gmail.com
branches:
only:
- master
- 1-1-stable
rvm:
- 1.9.3