Sha256: ed9069fe88c15a14f9aaf15171c75ec5ddd993eb52a37a66124b23baaa4c608d

Contents?: true

Size: 584 Bytes

Versions: 1

Compression:

Stored size: 584 Bytes

Contents

env:
  global:
    - CC_TEST_REPORTER_ID=45cd2174f49b570406e294ff393d456c4ae8532cf16dd6430abb06d8a0722a28
    - COVERAGE=on
language: ruby
rvm:
  - 2.3.6
  - 2.4.3
  - 2.5.0
  - 2.6.0
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

1 entries across 1 versions & 1 rubygems

Version Path
mrkt-0.11.1 .travis.yml