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