Sha256: dc0afa02f1261c0810733866c9fd2d301d03a876e46c204072c4e3299b01fb2e
Contents?: true
Size: 425 Bytes
Versions: 10
Compression:
Stored size: 425 Bytes
Contents
--- os: linux dist: xenial language: ruby cache: bundler rvm: - 2.6.0 before_install: gem install bundler -v 2.1.4 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
Version data entries
10 entries across 10 versions & 2 rubygems