Sha256: e49fc1e3652a985adaed34d281da4bde77f31bfc3397de5e4df68ab3dc93c5b0
Contents?: true
Size: 411 Bytes
Versions: 6
Compression:
Stored size: 411 Bytes
Contents
language: ruby rvm: - 2.4.6 - 2.5.5 - 2.6.3 cache: - bundler before_install: - gem update --system - gem install 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 after_script: - ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT
Version data entries
6 entries across 6 versions & 1 rubygems