Sha256: 01ce43ba5d4b718b0096ccdc017304dc044aaa3d7ae9f11c4f65a7309a42d7fa

Contents?: true

Size: 566 Bytes

Versions: 13

Compression:

Stored size: 566 Bytes

Contents

---
language: ruby

gemfile:
  - Gemfile

before_install:
  - gem update --system -N
  - gem install bundler -N

services:
  - redis

addons:
  apt:
    packages:
      - chromium-browser

cache:
  bundler: true
  directories:
    - ~/.webdrivers

notifications:
  email:
    on_success: never
    on_failure: change

script: bundle exec rake $RAKE_TASK

matrix:
  include:
    - rvm: 2.7
      gemfile: Gemfile
      env: RAKE_TASK=spec
    - rvm: 2.6
      gemfile: Gemfile
      env: RAKE_TASK=spec
    - rvm: 2.5
      gemfile: Gemfile
      env: RAKE_TASK=spec

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
seo_cache-1.2.1 .travis.yml
seo_cache-1.2.0 .travis.yml
seo_cache-1.1.2 .travis.yml
seo_cache-1.1.1 .travis.yml
seo_cache-1.1.0 .travis.yml
seo_cache-1.0.7 .travis.yml
seo_cache-1.0.6 .travis.yml
seo_cache-1.0.5 .travis.yml
seo_cache-1.0.4 .travis.yml
seo_cache-1.0.3 .travis.yml
seo_cache-1.0.2 .travis.yml
seo_cache-1.0.1 .travis.yml
seo_cache-1.0.0 .travis.yml