Sha256: 452fd4ec59f1e170d56cf9a97dc938bb6cc43586a4f7a6c4a797f524d4306909

Contents?: true

Size: 663 Bytes

Versions: 1

Compression:

Stored size: 663 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:
  - 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
addons:
  code_climate:
    repo_token: 0230b3379581b30743b7b4355d7394e427648e604d19a2aba987956201eee290
before_install:
  - gem update --system
  - gem update bundler

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fhir_stu3_models-3.0.2 .travis.yml