We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f7e5d4 commit 1b87047Copy full SHA for 1b87047
1 file changed
.travis.yml
@@ -18,7 +18,7 @@ jobs:
18
- >
19
rm -rf dist/*/ &&
20
echo '-----BEGIN SHA256SUM-----' &&
21
- (cd dist && sha256sum *) &&
+ (cd dist && sha256sum * | sort) &&
22
echo
23
24
0 commit comments