Sha256: 42d999d482877ff1bf16012bda4dc6ab2a82fbbc712fd625b7c2e8fbdef177dc

Contents?: true

Size: 1.14 KB

Versions: 3

Compression:

Stored size: 1.14 KB

Contents

language: ruby
sudo: false
cache: bundler
notifications:
  webhooks: https://www.travisbuddy.com
  on_success: never
before_install:
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64
  > ./cc-test-reporter
- chmod +x ./cc-test-reporter
rvm:
  - 2.1
  - 2.2
  - 2.3
  - 2.4
  - 2.5
  - 2.6
  - ruby-head
  - jruby-head
gemfile:
- gemfiles/redis_4_x.gemfile
before_script: "./cc-test-reporter before-build"
after_script:
- "./cc-test-reporter after-build --exit-code $EXIT_CODE"
- "./cc-test-reporter format-coverage -t simplecov -o coverage/codeclimate.json"
- if [[ "$TRAVIS_TEST_RESULT" == 0 ]]; then ./cc-test-reporter upload-coverage; fi
matrix:
  allow_failures:
  - rvm: jruby-head
  - rvm: ruby-head
  exclude:
  - rvm: 2.1
    gemfile: gemfiles/redis_4_x.gemfile
  - rvm: 2.2
    gemfile: gemfiles/redis_4_x.gemfile
deploy:
  provider: rubygems
  api_key:
    secure: vhwP2VNfVYgppPNis7asqMnWuIcURr2e99uhYeHS4Sc+hIozu2QzAAekDrVpEDpeaEubtmTi19UcV4dZbDrQ0M+buE8LJEpItz73yK++J75Rzyh/bsGnWTy2FIvedLrH+jBNf28I9p8XNWkQxVaTc/r/v6BX3mmyV/jVoTBz9es=
  gem: redis-store
  on:
    tags: true
    repo: redis-store/redis-store

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
redis-store-1.8.2 .travis.yml
redis-store-1.8.1 .travis.yml
redis-store-1.8.0 .travis.yml