Sha256: e576ab39053c6bab1652e7122c0b728fedf10e9300fb5f2a387892927b4789a7

Contents?: true

Size: 237 Bytes

Versions: 2

Compression:

Stored size: 237 Bytes

Contents

language: ruby

rvm:
  - 2.0.0
  - 2.1.0
  - 2.2.0
  - 2.3.0

gemfile:
  - Gemfile

sudo: false

cache: bundler

before_script: "bundle update"

script: "bundle exec rake test"

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
fullcontact-0.18.0 .travis.yml
fullcontact-0.17.0 .travis.yml