mirror of
https://github.com/spf13/cobra
synced 2025-05-07 22:07:23 +00:00
env variable available for git outh key
This commit is contained in:
parent
8c638d3f90
commit
9287a9dc53
1 changed files with 12 additions and 2 deletions
12
.travis.yml
12
.travis.yml
|
@ -26,4 +26,14 @@ matrix:
|
|||
script: make cobra_generator
|
||||
|
||||
script:
|
||||
- make test
|
||||
- make test
|
||||
|
||||
deploy:
|
||||
provider: releases
|
||||
api_key:
|
||||
secure: $YOUR_API_KEY_ENCRYPTED
|
||||
file_glob: true
|
||||
file: ./bin/*
|
||||
skip_cleanup: true
|
||||
on:
|
||||
tags: true
|
||||
|
|
Loading…
Add table
Reference in a new issue