mirror of https://github.com/mindoc-org/mindoc.git
fix:修复无法发布linux包的问题
parent
b89dc32a3f
commit
53575a6d25
|
@ -1,8 +1,7 @@
|
|||
language: go
|
||||
|
||||
go:
|
||||
- "1.10.x"
|
||||
- "1.11.x"
|
||||
- "1.11.2"
|
||||
|
||||
sudo: true
|
||||
install: false
|
||||
|
@ -36,4 +35,4 @@ deploy:
|
|||
overwrite: true
|
||||
tags: true
|
||||
all_branches: true
|
||||
go: "1.10.3"
|
||||
go: "1.11.2"
|
||||
|
|
Loading…
Reference in New Issue