Sha256: 77a6f0560db63ac65738e183dae9f0d267ac0fbcec94921077421d8d74995588

Contents?: true

Size: 550 Bytes

Versions: 5

Compression:

Stored size: 550 Bytes

Contents

language: ruby
cache: bundler
sudo: false
env:
  global:
    - CC_TEST_REPORTER_ID=aa59e066b7cd7b5477aecc5c17004d78d35012420e791d23b17c0ea705ef9cd7
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
before_install:
  - gem update --system
  - gem install bundler --version 2.0.2
rvm:
  - 2.6.5
script:
  - bundle exec rake
after_script:
  - ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
redis_snippets-1.0.4 .travis.yml
redis_snippets-1.0.3 .travis.yml
redis_snippets-1.0.2 .travis.yml
redis_snippets-1.0.1 .travis.yml
redis_snippets-1.0.0 .travis.yml