Skip to content

Commit

Permalink
create sha512 sums for release files
Browse files Browse the repository at this point in the history
  • Loading branch information
0x46616c6b committed Dec 5, 2018
1 parent 990b271 commit c7d93be
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
language: go
go: 1.11

before_deploy: make clean release
before_deploy:
- make clean release
- shasum -a 512 build/* > build/sha512sums.txt

deploy:
provider: releases
Expand Down

0 comments on commit c7d93be

Please sign in to comment.