Sha256: 31088cd4c3bab6ed16d75ddea6c14ba97563ea72819724832f4dee502faf8058

Contents?: true

Size: 444 Bytes

Versions: 3

Compression:

Stored size: 444 Bytes

Contents

env:
  global:
    - CC_TEST_REPORTER_ID=4702e2dc2b0ca5a62c63df7ee76065da89db29a7a2302e0568cc8f97eaa09e8c
language: ruby
rvm:
  - 2.6.5
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
after_script:
  - ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
polish_banks-1.1.3 .travis.yml
polish_banks-1.1.2 .travis.yml
polish_banks-1.1.1 .travis.yml