mirror of
https://github.com/spf13/cobra
synced 2025-05-07 13:57:21 +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
14
.travis.yml
14
.travis.yml
|
@ -25,5 +25,15 @@ matrix:
|
|||
go: 1.13.x
|
||||
script: make cobra_generator
|
||||
|
||||
script:
|
||||
- make test
|
||||
script:
|
||||
- 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