Files
jekyll/circle.yml
2015-02-07 23:52:00 -08:00

15 lines
244 B
YAML

machine:
timezone: UTC
ruby:
version: 2.1.5
environment:
PROOF: true
test:
override:
- script/proof -f
general:
branches:
ignore:
- gh-pages # no proof script here
- master # don't need to duplicate work