18F/Paid-Leave-Prototype

View on GitHub
circle.yml

Summary

Maintainability
Test Coverage
general:
  artifacts:
    - "tmp"

machine:
  environment:
    ACCESSLINT_MASTER_BRANCH: 18f-pages
  node:
    version: 6.1.0

dependencies:
  pre:
    - gem install bundler
    - bundle install
  override:
    - npm install -g accesslint-cli

test:
  post:
    - bundle exec jekyll serve --detach
    - accesslint-ci scan http://localhost:4000