travis: Output hash's for all files.
Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
This commit is contained in:
parent
d6504fc78f
commit
77616bba98
|
|
@ -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
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue