Sha256: b8cdbf365c368a09d8b1aea63449b70761a2ff260331388599cb7a11624d4e56

Contents?: true

Size: 570 Bytes

Versions: 1

Compression:

Stored size: 570 Bytes

Contents

language: ruby
env:
  - TESTMEMORY=0 GCDELAY=2.0
rvm:
  - 2.6
  - 2.7
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

1 entries across 1 versions & 1 rubygems

Version Path
fhir_models-4.1.2 .travis.yml