socialcast/link_preview

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
sudo: false
cache: bundler
language: ruby
rvm:
  - 2.2.2
  - 2.2.3
  - 2.2.4
  - 2.3.0
before_install: gem update --remote bundler
install:
  - bundle install --retry=3
script:
  - bundle exec rubocop
  - bundle exec rspec