Skip to content

Commit 7b7b2db

Browse files
committed
ci: Sort SHA256SUMS
1 parent 74bc2ba commit 7b7b2db

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
@@ -35,7 +35,7 @@ jobs:
3535
echo tr''avis_fol''d:end:build
3636
- >
3737
echo '-----BEGIN SHA256SUM-----' &&
38-
(cd dist && sha256sum *.tar.gz) &&
38+
(cd dist && sha256sum *.tar.gz | sort) &&
3939
echo
4040
# XXX if: branch in (master, dev, stable) OR tag IS present
4141

0 commit comments

Comments
 (0)