From f140390e42ba28eb9f05461ffe7f3a0af41ff1ca Mon Sep 17 00:00:00 2001 From: NI Date: Fri, 9 Aug 2019 08:44:35 +0800 Subject: [PATCH] Travis should printout the hash of files which generated during building. This way we can verify whether or not the deployed file is actually generated by Travis CI. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 6292548..da15867 100644 --- a/.travis.yml +++ b/.travis.yml @@ -67,6 +67,7 @@ before_deploy: - echo "$SSHWIFTY_VERSION" > ./deploy_title - echo "ghr -u \"\$(cat ./deploy_user)\" -b \"\$(cat ./.tmp/deploy/Note)\" -delete -prerelease \"\$(cat ./deploy_title)\" ./.tmp/deploy" > ./deploy.sh - chmod +x ./deploy.sh + - cat ./.tmp/deploy/SUM.sha512 deploy: provider: script