Sha256: 631d7ca2c1d90014ccdc246951059f743bc2ad0b2ab4d5754eebb4a110aee875

Contents?: true

Size: 504 Bytes

Versions: 5

Compression:

Stored size: 504 Bytes

Contents

env:
  global:
    - CC_TEST_REPORTER_ID=$CC_TEST_REPORTER_ID

language: ruby
cache:
  directories:
    - bundle

rvm:
  - 2.2.8
  - 2.3.5
  - 2.4.2

before_install:
  - gem update bundler

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 rake spec

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

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
danger-reek-0.1.2 .travis.yml
danger-rails_best_practices-0.1.2 .travis.yml
danger-rails_best_practices-0.1.1 .travis.yml
danger-reek-0.1.1 .travis.yml
danger-reek-0.1.0 .travis.yml