Sha256: 84bc26396afb569002588502b1e59cfa9c0233da92a76cc7428e8158006ad24a

Contents?: true

Size: 356 Bytes

Versions: 1

Compression:

Stored size: 356 Bytes

Contents

language: ruby
cache: bundler
# Use the faster container based infrastructure
# http://blog.travis-ci.com/2014-12-17-faster-builds-with-container-based-infrastructure/
sudo: false

rvm:
  - 2.2
  - 2.3.6
  - 2.4
  - 2.5
  - ruby-head
  - jruby
  - rbx-2

gemfile:
  - Gemfile
  - gemfiles/redisrb-master.gemfile

matrix:
  allow_failures:
    - rvm: rbx-2

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fakeredis-0.7.0 .travis.yml