ronzalo/spree_sales

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: ruby
rvm:
  - 2.5
  - 2.6
sudo: false
cache: bundler
before_script:
  - bundle exec rake test_app
script:
  - bundle exec rspec spec
branches:
  only:
    - master
    - 4-0-stable