Sha256: 8309c70df34c5c0f8cd6e8f380927a6cda3730131e209cfecbbb722aae8825c5
Contents?: true
Size: 490 Bytes
Versions: 11
Compression:
Stored size: 490 Bytes
Contents
env: global: - CC_TEST_REPORTER_ID=$CODECLIMATE_REPO_TOKEN sudo: false language: ruby cache: bundler rvm: - 2.6.3 before_install: - gem install bundler -v 2.0.2 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 - bundle exec rspec after_success: - ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT
Version data entries
11 entries across 11 versions & 2 rubygems