Sha256: 908a3e686cc4a114a96c9c8e163d6faf0b8c7bb524975a10431520b23a9e3615

Contents?: true

Size: 1 KB

Versions: 1

Compression:

Stored size: 1 KB

Contents

language: ruby

branches:
  only:
    - master

rvm:
  - 1.8.7
  - 1.9.2
  - 1.9.3
  - 2.0.0
  - jruby-18mode
  - jruby-19mode

gemfile:
  - .travis/Gemfile

env:
  - conn=ruby      REDIS_BRANCH=2.6
  - conn=hiredis   REDIS_BRANCH=2.6
  - conn=synchrony REDIS_BRANCH=2.6
  - conn=ruby      REDIS_BRANCH=2.8
  - conn=ruby      REDIS_BRANCH=unstable

matrix:
  exclude:
    # hiredis
    - rvm: jruby-18mode
      gemfile: .travis/Gemfile
      env: conn=hiredis REDIS_BRANCH=2.6
    - rvm: jruby-19mode
      gemfile: .travis/Gemfile
      env: conn=hiredis REDIS_BRANCH=2.6

    # synchrony
    - rvm: 1.8.7
      gemfile: .travis/Gemfile
      env: conn=synchrony REDIS_BRANCH=2.6
    - rvm: jruby-18mode
      gemfile: .travis/Gemfile
      env: conn=synchrony REDIS_BRANCH=2.6
    - rvm: jruby-19mode
      gemfile: .travis/Gemfile
      env: conn=synchrony REDIS_BRANCH=2.6

notifications:
  irc:
    - irc.freenode.net#redis-rb
  email:
    - damian.janowski@gmail.com
    - michel@soveran.com
    - pcnoordhuis@gmail.com

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
redis-3.0.6 .travis.yml