From ba514ad20adc4ac30c71000c0124a4dc980d7376 Mon Sep 17 00:00:00 2001 From: khoipham Date: Sat, 28 Dec 2019 09:41:53 +0700 Subject: [PATCH] Added build status to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5c5df3a..6cf2106 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![Build Status](https://travis-ci.org/casbin/casbin-pg-adapter.svg?branch=master)](https://travis-ci.org/casbin/casbin-pg-adapter) + # Go-pg Adapter Go-pg Adapter is the [Go-pg](https://github.com/go-pg/pg) adapter for [Casbin](https://github.com/casbin/casbin). With this library, Casbin can load policy from PostgreSQL or save policy to it.