Skip to content

Commit 1b87047

Browse files
committed
ci: Sort SHA256SUMS
1 parent 6f7e5d4 commit 1b87047

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- >
1919
rm -rf dist/*/ &&
2020
echo '-----BEGIN SHA256SUM-----' &&
21-
(cd dist && sha256sum *) &&
21+
(cd dist && sha256sum * | sort) &&
2222
echo
2323
2424

0 commit comments

Comments
 (0)