Skip to content

Commit

Permalink
chore(travis): strip built artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
terinjokes committed Dec 16, 2017
1 parent 9c3a2f0 commit 30ed90d
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 @@ -17,7 +17,7 @@ jobs:
script:
- export SOURCE_DATE_EPOCH=$(git show -s --format=%ci ${TRAVIS_TAG:-${TRAVIS_COMMIT}}^{commit})
- go build github.com/terinjokes/bakelite
- "./bakelite github.com/terinjokes/bakelite"
- "./bakelite -ldflags='-s -w' github.com/terinjokes/bakelite"
- for i in bakelite-*; do tar --mtime="${SOURCE_DATE_EPOCH}" --owner=0 --group=0 --numeric-owner -c $i | gzip -n - > $i.tar.gz; done
- shasum -a 512 bakelite-*.tar.gz | tee sha512sum.txt
deploy:
Expand Down

0 comments on commit 30ed90d

Please sign in to comment.