Sha256: 9e260b76330f86f9e182913b2ad1c4fb33e11a991ecfff74ebc9bda827195d72

Contents?: true

Size: 408 Bytes

Versions: 3

Compression:

Stored size: 408 Bytes

Contents

language: ruby
rvm:
  - 2.2
  - 2.3
  - 2.4
  - 2.5
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.0.7 .travis.yml
fhir_client-3.0.6 .travis.yml
fhir_client-3.0.5 .travis.yml