From 0d7fdfb5bf05d7c0bd0e6b81cb318546773b51e7 Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Sat, 8 Jun 2013 12:47:28 +0800 Subject: [PATCH] add build status badget --- README.md | 5 ++++- README_CN.md | 2 ++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b1b5b6ec..c018fb5e 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,10 @@ xorm is a simple and powerful ORM for Go. It makes dabatabse operating simple. -It's not entirely ready for product use yet, but it's getting there. +It's not entirely ready for product use yet, but it's getting there. + +[![Build Status](https://drone.io/github.com/lunny/xorm/status.png)](https://drone.io/github.com/lunny/xorm/latest) + ## Drivers Support diff --git a/README_CN.md b/README_CN.md index 385dcfc4..94489ec8 100644 --- a/README_CN.md +++ b/README_CN.md @@ -6,6 +6,8 @@ xorm是一个Go语言的ORM库. 通过它可以使数据库操作非常简便。 目前没有正式的项目来使用此库,如果有,我们将会把它列出来。 +[![Build Status](https://drone.io/github.com/lunny/xorm/status.png)](https://drone.io/github.com/lunny/xorm/latest) + ## 驱动支持 目前支持的Go数据库驱动如下: