Sha256: eb622faf7a1bc727e59cab997ee4a15f6d04da8f5a311dcadc473df67f0fbcd9
Contents?: true
Size: 739 Bytes
Versions: 10
Compression:
Stored size: 739 Bytes
Contents
env: global: - CC_TEST_REPORTER_ID=e7db23dad7560a076e48357331b0362db3741b62dbdd537bc30de27fa9cab69b language: ruby rvm: # Build on the latest stable of all supported Rubies (https://www.ruby-lang.org/en/downloads/): - 2.4.6 - 2.5.5 - 2.6.3 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
10 entries across 10 versions & 1 rubygems