Author :
Martin Mitas
Date :
2016-10-03 21:41:13
Hash :2d21382f Message :Run CommonMark testsuite when building on travis.ci.org.
run-commonmark-tests.sh
#!/bin/sh
set -e
if [ ! -d commonmark ]; then
git clone https://github.com/jgm/commonmark.git
fi
commonmark/test/spec_tests.py -s commonmark/spec.txt -p md2html/md2html