Sha256: 798c3f3edee4919c9be6c27c41ffd6d7b2690803c7a9074be86bd3db4a4d3e9b

Contents?: true

Size: 416 Bytes

Versions: 2

Compression:

Stored size: 416 Bytes

Contents

language: ruby
rvm:
  - "2.0.0"
  - "2.1.10"
  - "2.2.5"
  - "2.3.1"
before_install:
  - gem install bundler
services: mongodb
script:
  - bundle exec rake test
  - bundle exec codeclimate-test-reporter
notifications:
  email:
    recipients:
      - healthcare-ci@googlegroups.com
    on_failure: change
addons:
    code_climate:
        repo_token: ac1640edaefa720557e56bfaba4e09808559d7d61812f96d58ea4aa5f4669738

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
fhir_client-1.8.0 .travis.yml
fhir_client-1.6.10 .travis.yml