Sha256: dd015f522876b3d5f13c48a45b471edd015f6a5004a2828a8996bdcf32137a38

Contents?: true

Size: 578 Bytes

Versions: 3

Compression:

Stored size: 578 Bytes

Contents

language: ruby
env:
  - TESTMEMORY=0 GCDELAY=2.0
rvm:
  - 2.4
  - 2.5
  - 2.6
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:
  - travis_wait bundle exec rake
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
before_install:
  - gem update --system
  - gem update bundler

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
fhir_models-4.1.0 .travis.yml
fhir_models-4.0.2 .travis.yml
fhir_models-4.0.1 .travis.yml