mirror of
https://github.com/jekyll/jekyll.git
synced 2026-01-30 09:18:11 -05:00
15 lines
244 B
YAML
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
|