Sha256: ca8d5e3693741ebfb7a6012d165293d38e72153cb8442687d4bad6a8f87546fe

Contents?: true

Size: 362 Bytes

Versions: 2

Compression:

Stored size: 362 Bytes

Contents

machine:
  environment:
    USER_NAME: <your-github-username>
    USER_EMAIL: <your-github-email>
  ruby:
    version: 2.4.0

dependencies:
  pre:
    - ./bin/setup

test:
  post:
    - bundle exec jekyll build
    - bundle exec htmlproofer ./_site --only-4xx --allow-hash-href

deployment:
  production:
    branch: master
    commands:
      - ./bin/automated

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
kickster-2.0.0 snippets/circle/circle.yml
kickster-1.5.0 snippets/circle/circle.yml