Sha256: f102dccb031d9fcbce4f5e92f382a6f7086334a95acaf39d73bd0a19333e44a3

Contents?: true

Size: 337 Bytes

Versions: 1

Compression:

Stored size: 337 Bytes

Contents

language: ruby
cache: bundler
rvm:
  - &latest_ruby 2.6
  - 2.4
  - 2.3
env:
  - JEKYLL_VERSION="~> 3.8"
matrix:
  include:
    - # GitHub Pages
      rvm: 2.5.3
      env: GH_PAGES=true
    - rvm: *latest_ruby
      env: JEKYLL_VERSION="~> 4.0"

before_install:
- gem update --system
before_script: bundle update
script: script/cibuild

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jekyll-redirect-from-0.16.0 .travis.yml