Sha256: 01f41cd5680d562387d4ee616e0ac68ef3d3bf22a8b16928fb865c8c5ceb3b2e
Contents?: true
Size: 596 Bytes
Versions: 4
Compression:
Stored size: 596 Bytes
Contents
env: global: - CC_TEST_REPORTER_ID=$CC_TEST_REPORTER_ID language: ruby cache: directories: - bundle rvm: - 2.3.8 - 2.4.5 - 2.5.3 - 2.6.1 - ruby-head 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 matrix: allow_failures: - rvm: ruby-head fast_finish: true
Version data entries
4 entries across 4 versions & 4 rubygems
Version | Path |
---|---|
danger-reek-0.2.1 | .travis.yml |
danger-rails_best_practices-0.1.3 | .travis.yml |
danger-slim_lint-0.1.2 | .travis.yml |
fog-k5-0.1.5 | .travis.yml |