fix:修复无法发布linux包的问题

pull/425/head
lifei6671 2018-11-26 14:52:38 +08:00
parent b89dc32a3f
commit 53575a6d25
1 changed files with 2 additions and 3 deletions

View File

@ -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"