Sha256: 3c90b66acccd10a9e0b75eb927d4b72744ad455457408f4d8c8a3fd4fdb34310

Contents?: true

Size: 459 Bytes

Versions: 15

Compression:

Stored size: 459 Bytes

Contents

env:
  global:
    - CC_TEST_REPORTER_ID=47b57fbbf65654b17f33b6ff4a108ce2abed31a86468033f20eb4d4e9e09935a
language: ruby
cache: bundler
rvm:
  - 2.5.3
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 rspec
after_script:
  - ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
dor-services-client-1.11.0 .travis.yml
dor-services-client-1.10.0 .travis.yml
dor-services-client-1.9.2 .travis.yml
dor-services-client-1.9.1 .travis.yml
dor-services-client-1.9.0 .travis.yml
dor-services-client-1.8.0 .travis.yml
dor-services-client-1.7.0 .travis.yml
dor-services-client-1.6.0 .travis.yml
dor-services-client-1.5.1 .travis.yml
dor-services-client-1.5.0 .travis.yml
dor-services-client-1.4.0 .travis.yml
dor-services-client-1.3.0 .travis.yml
dor-services-client-1.2.0 .travis.yml
dor-services-client-1.1.1 .travis.yml
dor-services-client-1.1.0 .travis.yml