fullcontact/fullcontact-api-ruby

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: ruby

rvm:
  - 2.4.2

gemfile:
  - Gemfile

sudo: false

cache: bundler

before_script: "bundle update"

script: "bundle exec rake test"

after_success:
  - "bundle exec codeclimate-test-reporter"