2017-06-03 11:59:00 +00:00
|
|
|
---
|
2017-06-03 12:08:06 +00:00
|
|
|
dist: trusty
|
|
|
|
sudo: false
|
|
|
|
|
|
|
|
addons:
|
|
|
|
apt:
|
|
|
|
packages:
|
2017-06-03 12:11:04 +00:00
|
|
|
- pandoc
|
|
|
|
- libxml2-utils
|
2017-06-03 12:08:06 +00:00
|
|
|
|
2017-06-03 11:59:00 +00:00
|
|
|
script:
|
2017-06-03 11:23:50 +00:00
|
|
|
- bash -n mdcheckr
|
2017-06-03 11:57:37 +00:00
|
|
|
- (cd tests && ./test.sh)
|
2017-06-03 11:23:50 +00:00
|
|
|
- ./mdcheckr README.md
|