Sha256: cc632b13c288f9c986beb478cc1cb8e97a6670abc3e9a245591a6f006b6d43ee
Contents?: true
Size: 615 Bytes
Versions: 14
Compression:
Stored size: 615 Bytes
Contents
env: global: - CC_TEST_REPORTER_ID=b49a1717b8ff0aef9eced41d0f87d350a88b46d55083ba2e3df8b6f441ae3fb7 language: ruby rvm: - 2.3.8 - 2.4.6 - 2.5.5 - 2.6.3 - ruby-head cache: 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 rspec after_script: - ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT notifications: email: false sudo: false git: depth: 10 matrix: allow_failures: - rvm: ruby-head
Version data entries
14 entries across 14 versions & 1 rubygems