groundctrl/shopping_mall

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: ruby
sudo: false
cache: bundler
rvm:
  - "2.1"
  - "2.2"
before_script:
  - "bundle exec rake test_app"
script:
  - "bundle exec rspec spec"