Update travis.yml to give diff of needed fixes
This commit is contained in:
parent
5c645b9a82
commit
aeba2f4df0
|
|
@ -12,6 +12,8 @@ script:
|
|||
if [ "$files" ]; then
|
||||
echo >&2 "Need markdownfmt:";
|
||||
echo >&2 "$files";
|
||||
echo >&2;
|
||||
markdownfmt -d "$files" >&2;
|
||||
exit 1;
|
||||
fi
|
||||
- failed='';
|
||||
|
|
|
|||
Loading…
Reference in New Issue