Sha256: c7016ade091e4567142ab96f5ebfef45de3eabb8383ae6530493eedc3ac63f26

Contents?: true

Size: 1.05 KB

Versions: 1

Compression:

Stored size: 1.05 KB

Contents

language: ruby

branches:
  only:
    - master

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

gemfile:
  - .travis/Gemfile

env:
  global:
    - VERBOSE=true
    - TIMEOUT=1
  matrix:
    - 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
    - pcnoordhuis@gmail.com

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
redis-3.1.0 .travis.yml