Sha256: d775b3944a742463a34ef960b5cbeedcdf65a104d7f64631ebacdc190ceb8739

Contents?: true

Size: 389 Bytes

Versions: 2

Compression:

Stored size: 389 Bytes

Contents

machine:
  environment:
    USER_NAME: <your-github-username>
    USER_EMAIL: <your-github-email>
  ruby:
    version: 2.4.1
  node:
    version: 8.2.1

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.2.0 snippets/circle/circle.yml
kickster-2.1.0 snippets/circle/circle.yml