rm .travis.yml about glide

This commit is contained in:
deepzz0
2017-07-13 21:29:23 +08:00
parent b94fc825b3
commit f150974566
2 changed files with 1 additions and 5 deletions
-4
View File
@@ -14,11 +14,7 @@ branches: # 限定项目分支
only:
- /^v[0-9](\.[0-9]){2}(-rc[1-9])?$/
install:
- curl https://glide.sh/get | sh # 安装glide包管理
script:
- glide up
- GOOS=linux GOARCH=amd64 go build # 编译版本
- docker build -t registry.cn-hangzhou.aliyuncs.com/deepzz/eiblog . # 构建镜像