Sha256: 11fa88ef443bafbd6ec2803e996fcd214d400aaa904a43bb4920591ebc9041fd

Contents?: true

Size: 660 Bytes

Versions: 1

Compression:

Stored size: 660 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.0.pre.alpha1"

before_install:
  - gem update --system
  - gem install bundler
before_script: bundle update
script: script/ci-test
branches:
  only:
    - master
notifications:
  irc:
    on_success: change
    on_failure: change
    channels:
    - irc.freenode.org#jekyll
    template:
    - '%{repository}#%{build_number} (%{branch}) %{message} %{build_url}'
  email:
    on_success: never
    on_failure: never

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jekyll-openmoji-0.0.3 .travis.yml