diff --git a/.travis.yml b/.travis.yml index a470cc0..36616bf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 . # 构建镜像 diff --git a/README.md b/README.md index 0dca766..c2a70b3 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# EiBlog [![Build Status](https://travis-ci.org/eiblog/eiblog.svg?branch=master)](https://travis-ci.org/eiblog/eiblog) [![License](https://img.shields.io/badge/license-MIT-brightgreen.svg)](LICENSE.md) [![Versuib](https://img.shields.io/github/tag/eiblog/eiblog.svg)](https://github.com/eiblog/eiblog/releases) +# EiBlog [![Build Status](https://travis-ci.org/eiblog/eiblog.svg?branch=v1.3.0)](https://travis-ci.org/eiblog/eiblog) [![License](https://img.shields.io/badge/license-MIT-brightgreen.svg)](LICENSE.md) [![Versuib](https://img.shields.io/github/tag/eiblog/eiblog.svg)](https://github.com/eiblog/eiblog/releases) > 系统根据[https://imququ.com](https://imququ.com)一系列文章和方向进行搭建,期间获得了QuQu的很大帮助,在此表示感谢。