.travis.yml in fhir_dstu2_models-1.0.10 vs .travis.yml in fhir_dstu2_models-1.0.11
- old
+ new
@@ -1,14 +1,18 @@
language: ruby
env:
- TESTMEMORY=0 GCDELAY=2.0
rvm:
- - 2.4
- - 2.5
- 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
- - bundle exec codeclimate-test-reporter
+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