zaid/thyracker

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: ruby
rvm:
  - 2.0.0
  - 1.9.3
services: mongodb
before_script:
  - cp config/mongoid.example.yml config/mongoid.yml
script: bundle exec rspec spec