Sha256: 8dcdbc2beaee854d331fc0511ca73a4245b4d5171a85d12149ec50878d01f686

Contents?: true

Size: 444 Bytes

Versions: 10

Compression:

Stored size: 444 Bytes

Contents

language: ruby
cache: bundler

rvm:
  - 2.5.3

env:
  - "RAILS_VERSION=4.2.11.1"
  - "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

10 entries across 10 versions & 1 rubygems

Version Path
dor-workflow-client-3.13.0 .travis.yml
dor-workflow-client-3.12.0 .travis.yml
dor-workflow-client-3.11.1 .travis.yml
dor-workflow-client-3.11.0 .travis.yml
dor-workflow-client-3.10.0 .travis.yml
dor-workflow-client-3.9.0 .travis.yml
dor-workflow-client-3.8.0 .travis.yml
dor-workflow-client-3.7.0 .travis.yml
dor-workflow-client-3.6.0 .travis.yml
dor-workflow-client-3.5.0 .travis.yml