kwbock/clipster

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: ruby
before_script:
  - bundle exec rake db:migrate
script: "bundle exec rspec spec"
rvm:
  - 1.9.3
gemfile:
  - Gemfile
notifications:
  recipients:
    - kylewbock@gmail.com