suryart/spree_active_sale

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: ruby
before_script:
  - "sh -e /etc/init.d/xvfb start"
  - "bundle exec rake test_app"
script:
  - "export DISPLAY=:99.0"
  - "bundle exec rspec spec"
rvm:
  - 1.9.3
  - 2.0.0
  - ruby-head
gemfile:
  - Gemfile
matrix:
  allow_failures:
    - rvm: ruby-head
notifications:
  email:
    - raj.surya19@gmail.com