wanelo/sequel-schema-sharding

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
addons:
    postgresql: "9.3"
language: ruby
rvm:
  - 2.0.0-p247
  - 2.1.2
before_script: "bundle exec rake sequel:db:create"
script: "bundle exec rspec"
notifications:
  email: false