spree-contrib/spree_legacy_return_authorizations

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
---
language: ruby
rvm:
  - 1.9.3
  - 2.0
  - 2.1
sudo: false
cache: bundler
before_script:
  - sh -e /etc/init.d/xvfb start
  - export DISPLAY=:99.0
  - bundle exec rake test_app
script:
  - bundle exec rspec spec