Sha256: 82d35562c28d7e5367b664b5a05ef8875ece1b3697e6fbd6b9b05a3473de706f

Contents?: true

Size: 408 Bytes

Versions: 3

Compression:

Stored size: 408 Bytes

Contents

language: ruby
rvm:
  - 2.3
  - 2.4
  - 2.5
  - 2.6
before_install:
  - gem update --system
  - gem install bundler
script:
  - bundle exec rake test
  - bundle exec codeclimate-test-reporter
notifications:
  email:
    recipients:
      - fhir-testing-list@lists.mitre.org
    on_failure: change
addons:
    code_climate:
        repo_token: ac1640edaefa720557e56bfaba4e09808559d7d61812f96d58ea4aa5f4669738

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
fhir_client-3.1.2 .travis.yml
fhir_client-3.1.1 .travis.yml
fhir_client-3.1.0 .travis.yml