Sha256: 0c7cc89b8812ea398f7c6124fbc40041dfc3498338c0aacc32d219c6445886c8
Contents?: true
Size: 638 Bytes
Versions: 1
Compression:
Stored size: 638 Bytes
Contents
language: ruby sudo: false cache: bundler notifications: webhooks: https://www.travisbuddy.com on_success: never # 1.9.3 has Bundler 1.7.6 with the "undefined method `spec' for nil" bug before_install: gem install bundler rvm: - 1.9.3 - 2.0 - 2.1 - 2.2 - 2.3 - 2.4 - ruby-head - jruby-head gemfile: - gemfiles/redis_3_x.gemfile - gemfiles/redis_4_x.gemfile matrix: allow_failures: - rvm: jruby-head - rvm: ruby-head exclude: - rvm: 1.9.3 gemfile: gemfiles/redis_4_x.gemfile - rvm: 2.0 gemfile: gemfiles/redis_4_x.gemfile - rvm: 2.1 gemfile: gemfiles/redis_4_x.gemfile
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
redis-store-1.5.0 | .travis.yml |