Skip to content

Commit

Permalink
Fossa goreleaser (#71)
Browse files Browse the repository at this point in the history
* manual merge of #65

Signed-off-by: Pierre Fenoll <[email protected]>

* manually rm dist

Signed-off-by: Pierre Fenoll <[email protected]>
  • Loading branch information
fenollp authored Jul 22, 2019
1 parent 8521b97 commit a71cb1e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ checksum:
name_template: 'checksums.sha256.txt'
algorithm: sha256

sign:
artifacts: none
signs:
- artifacts: none

# TODO: homebrew
# TODO: snap
Expand Down
13 changes: 3 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ script:
- tar zxvf ./dist/monkey-Linux-x86_64.tar.gz -C .
- ./monkey -h | grep monkey
- ./monkey --help | grep monkey
- |
# --rm-dist doesn't seem to be doing its job
rm -rf ./dist
- |
git --no-pager diff
[[ 0 -eq $(git --no-pager diff --name-only | wc -l) ]]
Expand All @@ -56,16 +59,6 @@ deploy:
tags: true
condition: $TRAVIS_OS_NAME = linux
repo: FuzzyMonkeyCo/monkey
# - provider: releases
# api_key:
# secure: UdW+GxuqS1fYtFjtquBZOUw24wfhG0Cqq5IHTGcCzPZLYyxwTFpG0VZCa9y+ysLZ5a65NM/X7hvc2pF/sNx1ftmOKr1yZ87jqzwh1o83HRZWsvklM9PGjAa42HM4TypYo4FOT9LENN0+oKvGP+tHsFb9v4REyA20JtnHO+we5BN+sJena1fd0rIX9xy2PqpV3uPRqifKAHFwl8QLIg9K7pUGsRgdV+uvVpYvEDGONt8yMYA01pZJIIgqZWrRUecuyVfZnZDYr+Uh31KoXCqojqqgUX2nqoMUfnwBLTkSRtPnLMCI30B0bYSVEjBDbgMSdmVWb2435r1RqcceHL3+tf9zsEd4iZFNZR92DHeAffyP4xuiIcrLWVe/YHD42fUUCXepBUo0z2ZWsfwuHaIZVQC56ilV/uR9fhi/b630jMMMe2XwOBjPUovv/BArxqZ6MZcG2/cjKlP+rLVREogbtes1pAYElQnDr4weB4eLWWicb06yi+pI1O2nVcjKX/OtB316tdtVDugvXj/PMXPDBFpUdIM4RkgVMAh99gXVg0MXAODS5TbDUgSMFRgVeMAePu0PIlVo8vqHirHeHLa4ahkKrk1VowMMBxVZFreEzBtlwCsxRbKAa9RbL+pdMaBvSXQGkOizXysQuhUdWKQnkpiy+PiEuuQNfFGhweWYjsw=
# skip_cleanup: true
# overwrite: true
# file_glob: true
# file:
# - monkey-*
# on:
# tags: true

env:
global:
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,3 +121,8 @@ stop:
### Issues?
Report bugs [on the project page](https://github.com/FuzzyMonkeyCo/monkey/issues) or [contact us](mailto:[email protected]).
## License
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2FFuzzyMonkeyCo%2Fmonkey.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2FFuzzyMonkeyCo%2Fmonkey?ref=badge_large)

0 comments on commit a71cb1e

Please sign in to comment.