Sha256: d42eb7179bad068eb24e6e0712f996c14eac8fe3e53263ddca7d9221d2336cf6

Contents?: true

Size: 481 Bytes

Versions: 4

Compression:

Stored size: 481 Bytes

Contents

language: ruby

rvm:
  - 2.3
  - 2.4
  - 2.5

env:
  global:
    - CC_TEST_REPORTER_ID=a3efbc440cb5027fc10a3cfa845aab934cf8c48c27fa0b2ff34855933245aca1

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 --format progress

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
sports_data_api-0.15.3 .travis.yml
sports_data_api-0.15.2 .travis.yml
sports_data_api-0.15.1 .travis.yml
sports_data_api-0.15.0 .travis.yml