xeps/.travis.yml

13 lines
430 B
YAML
Raw Normal View History

2016-01-22 02:15:57 -05:00
addons:
apt:
packages:
- xsltproc
2016-11-15 16:22:14 -05:00
- libxml2-utils
before_install:
- wget -O git-ratchet https://github.com/iangrunert/git-ratchet/releases/download/v0.3.1/linux_amd64_git-ratchet
- chmod +x git-ratchet
- git fetch https://github.com/xsf/xeps.git refs/notes/*:refs/notes/*
script:
- make all
- echo "lint,$(xmllint --nonet --noout --noent --loaddtd --valid *.xml 2>&1 | wc -l)" | ./git-ratchet check -v