Sha256: 8e2d5dc086e342d7ec0cc9bbb6fd6701173a7ab35b61d737f72c388bbf700b44

Contents?: true

Size: 1.23 KB

Versions: 1

Compression:

Stored size: 1.23 KB

Contents

language: ruby

rvm:
  - 1.8.7
  - 1.9.3
  - 2.0
  - 2.1
  - 2.2
  - 2.3.0
  - jruby-18mode
  - jruby-19mode
  - jruby-9.0.5.0
  - rbx-2

gemfile: ".travis/Gemfile"

sudo: false

env:
  global:
    - VERBOSE=true
    - TIMEOUT=1
  matrix:
    - conn=ruby      REDIS_BRANCH=2.8
    - conn=hiredis   REDIS_BRANCH=2.8
    - conn=synchrony REDIS_BRANCH=2.8
    - conn=ruby      REDIS_BRANCH=unstable

branches:
  only:
    - master

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

    # synchrony
    - rvm: 1.8.7
      gemfile: .travis/Gemfile
      env: conn=synchrony REDIS_BRANCH=2.8
    - rvm: jruby-18mode
      gemfile: .travis/Gemfile
      env: conn=synchrony REDIS_BRANCH=2.8
    - rvm: jruby-19mode
      gemfile: .travis/Gemfile
      env: conn=synchrony REDIS_BRANCH=2.8
    - rvm: jruby-9.0.5.0
      gemfile: .travis/Gemfile
      env: conn=synchrony REDIS_BRANCH=2.8
  allow_failures:
    - rvm: rbx-2

notifications:
  irc:
    - irc.freenode.net#redis-rb
  email: false

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
redis-3.3.0 .travis.yml