Sha256: e735e43f537f40be63e1b93ecf67bb7fa9f3c74f231513d666314024e622685b

Contents?: true

Size: 568 Bytes

Versions: 2

Compression:

Stored size: 568 Bytes

Contents

env:
  global:
    - CC_TEST_REPORTER_ID=45cd2174f49b570406e294ff393d456c4ae8532cf16dd6430abb06d8a0722a28
    - COVERAGE=on
language: ruby
rvm:
  - 2.5
  - 2.6
  - 2.7
before_install:
  - gem update --system
  - bundle update --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 rspec
  - bundle exec rubocop
after_script:
  - ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
mrkt-1.0.1 .travis.yml
mrkt-1.0.0 .travis.yml