Skip to content

Commit

Permalink
Fixing digest creation
Browse files Browse the repository at this point in the history
  • Loading branch information
tjdett committed Aug 3, 2016
1 parent 40b205c commit 2e501b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ after_success:
- docker save nghttpx > nghttpx.docker
- ./docker2aci nghttpx.docker && mv nghttpx-latest.aci nghttpx.linux.amd64.aci
- xz nghttpx.docker
- sha512sum nghttpx.*
- sha512sum nghttpx.* > SHA512SUM
deploy:
provider: releases
api_key:
Expand Down

0 comments on commit 2e501b8

Please sign in to comment.