Sha256: 0a47fb94284283059a3758e757dab447179987bb072fe5238c5f93ad73bf8782

Contents?: true

Size: 857 Bytes

Versions: 1

Compression:

Stored size: 857 Bytes

Contents

sudo: false
language: ruby
cache: bundler
rvm:
  - 2.6

matrix:
  include:
    - rvm: 2.4.0 # GitHub Pages
      env:
        - JEKYLL_VERSION="3.6.2"
        - GITHUB_PAGES=1 # Only set on one build in matrix
env:
  matrix:
    - JEKYLL_VERSION="3.3"
    - JEKYLL_VERSION="3.8.5"
    - JEKYLL_VERSION="4.1.1"

branches:
  only:
    - master
    - /^v\d+\.\d+\.\d+/
git:
  depth: 1000
before_install:
  - gem update --system
install:
  - travis_retry script/bootstrap
script: script/cibuild
deploy:
  provider: rubygems
  api_key:
    secure: O8fGRnM6OJCqC2BlVE1BqYfq5aR19ulpiHhQwRiHbtSCh8H4rYt7FLsuOwSTtRQjhWYRRSpdRt2ilfQ6PY6Jx1UkxZq5zo9QAPQ9tKxiFTm7gBpZAiAgb06eyaMBSzyQ8qe2qccaFI6CiZhsiaGMsdKsWuYpuoPmdLPd7aDyYJs=
  gem: jekyll-cloudcannon-schedule
  on:
    tags: true
    repo: CloudCannon/jekyll-cloudcannon-schedule
    condition: "$GITHUB_PAGES == 1"

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jekyll-cloudcannon-schedule-0.1.3 .travis.yml