mirror of
https://github.com/aquasecurity/linux-bench.git
synced 2025-02-22 22:25:33 +01:00
Update .travis.yml
add goreleaser
This commit is contained in:
parent
ba2f4a32d3
commit
4e5eb1107b
1 changed files with 10 additions and 1 deletions
11
.travis.yml
11
.travis.yml
|
@ -13,7 +13,16 @@ script:
|
|||
|
||||
after_success:
|
||||
- bash <(curl -s https://codecov.io/bash)
|
||||
|
||||
|
||||
deploy:
|
||||
- provider: script
|
||||
skip_cleanup: true
|
||||
script: curl -sL https://git.io/goreleaser | bash
|
||||
on:
|
||||
tags: true
|
||||
condition: "$TRAVIS_OS_NAME = linux"
|
||||
|
||||
|
||||
env:
|
||||
matrix:
|
||||
- GO111MODULE=on
|
||||
|
|
Loading…
Add table
Reference in a new issue