Sha256: aa762c73f0bcac8a2c78f46e03c0b97fd0eb65aff8b742814c09e1ef0ae64510

Contents?: true

Size: 415 Bytes

Versions: 13

Compression:

Stored size: 415 Bytes

Contents

language: ruby
cache: bundler

rvm:
  - 2.5.3

env:
  - "RAILS_VERSION=5.2.3"
  - "RAILS_VERSION=6.0.0"

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

after_script:
  - ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT

notifications:
  email: false

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
dor-workflow-client-3.22.0 .travis.yml
dor-workflow-client-3.21.0 .travis.yml
dor-workflow-client-3.20.1 .travis.yml
dor-workflow-client-3.20.0 .travis.yml
dor-workflow-client-3.19.0 .travis.yml
dor-workflow-client-3.18.1 .travis.yml
dor-workflow-client-3.18.0 .travis.yml
dor-workflow-client-3.17.1 .travis.yml
dor-workflow-client-3.17.0 .travis.yml
dor-workflow-client-3.16.0 .travis.yml
dor-workflow-client-3.15.1 .travis.yml
dor-workflow-client-3.15.0 .travis.yml
dor-workflow-client-3.14.0 .travis.yml