Sha256: 47634e81ae19218e2124dc26b1cf5242353611cccf6bd513b78179a210597e5b
Contents?: true
Size: 739 Bytes
Versions: 34
Compression:
Stored size: 739 Bytes
Contents
env: global: - CC_TEST_REPORTER_ID=7ef6207ff7906b6c52208a8315837993b419882ad0dc388a2f09ab3f8bdba84f language: ruby rvm: # Build on the latest stable of all supported Rubies (https://www.ruby-lang.org/en/downloads/): - 2.5.8 - 2.6.6 - 2.7.1 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 rubocop - bundle exec rspec spec --format documentation after_script: - ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT addons: # https://docs.travis-ci.com/user/uploading-artifacts/ artifacts: paths: - Gemfile.lock
Version data entries
34 entries across 34 versions & 1 rubygems