Sha256: 01baedd35c1de5dfbc89c211244f1fc6882b5081b86e779f950a507aacbdd32b

Contents?: true

Size: 447 Bytes

Versions: 1

Compression:

Stored size: 447 Bytes

Contents

language: ruby

sudo: false

cache: bundler

addons:
  apt:
    packages:
      - redis-server

services:
  - redis-server

rvm:
  - 2.2
  - 2.3.7
  - 2.4.4
  - 2.5.1

before_script:
  - git config --local user.email "travis@travis.ci"
  - git config --local user.name "Travis CI"

script:
  - redis-cli --version
  - bundle exec rspec
  - bundle exec overcommit --sign
  - bundle exec overcommit --run

matrix:
  allow_failures:
    - rvm: 2.1.0

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
mock_redis-0.19.0 .travis.yml