Sha256: 1ea56f427a329d2283eff515878eb41e18282b1b97ad7b0eb5927a7933766c99

Contents?: true

Size: 469 Bytes

Versions: 1

Compression:

Stored size: 469 Bytes

Contents

language: ruby
script: rake
rvm:
  - 2.7.0
  - jruby-9.2.11.0
notifications: false
env:
  global:
    - CC_TEST_REPORTER_ID=102848d93bffaa165e4a28cf9998693634256355cd5821349afdea9792dbedaa

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
stanford-mods-2.6.2 .travis.yml