futhr/spree-faq

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
---
language: ruby
rvm:
  - 2.1
  - 2.2
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