davidan1981/repia

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: ruby
rvm:
  - 2.2.4
  - 2.3.0
env:
  - DB=sqlite
script:
  - cd test/dummy
  - RAILS_ENV=test bundle exec rake db:migrate --trace
  - cd ../..
  - bundle exec rake test