Sha256: 1f8adbf6823ab3d7f43ed9bb667658594a3cfc7f78efebc34d1156950867eeec

Contents?: true

Size: 538 Bytes

Versions: 2

Compression:

Stored size: 538 Bytes

Contents

language: ruby
rvm:
  - 2.4
  - 2.5
  - 2.6
before_install:
  - gem update --system
  - gem install bundler
before_script:
  - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
  - chmod +x ./cc-test-reporter
  - ./cc-test-reporter before-build
script:
  - bundle exec rake test
after_script:
  - ./cc-test-reporter after-build -t simplecov --exit-code $TRAVIS_TEST_RESULT
notifications:
  email:
    recipients:
      - fhir-testing-list@lists.mitre.org
    on_failure: change

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
fhir_client-4.0.4 .travis.yml
fhir_client-4.0.3 .travis.yml