travis: Output hash's for all files.

Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
This commit is contained in:
Tim 'mithro' Ansell 2017-12-22 17:03:23 +01:00
parent d6504fc78f
commit 77616bba98
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ python3 -m markdown \
echo
echo "HTML Results"
echo "--------------------------------------------"
sha256sum $(find html -type f -name *.html | sort)
sha256sum $(find html -type f | sort)
echo "--------------------------------------------"
echo
)