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数据库驱动如下: