aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorlyric <tiannianshou@gmail.com>2018-05-17 06:30:15 +0300
committerlyric <tiannianshou@gmail.com>2018-05-17 06:30:15 +0300
commit898db00a63f20ce213198117ce6b663c293c93c3 (patch)
tree51896a9b5e5b00b9075e271e47c555d7a428becf /README.md
parent7c7e18faddc54ea614f135fcef8bc05649fa9452 (diff)
add travis buildv2.0.0
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index 28c2235..3b46d4d 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# Session middleware for [Echo](https://github.com/labstack/echo)
-[![ReportCard][reportcard-image]][reportcard-url] [![GoDoc][godoc-image]][godoc-url] [![License][license-image]][license-url]
+[![Build][Build-Status-Image]][Build-Status-Url] [![Coverage][Coverage-Image]][Coverage-Url] [![ReportCard][reportcard-image]][reportcard-url] [![GoDoc][godoc-image]][godoc-url] [![License][license-image]][license-url]
## Quick Start
@@ -73,6 +73,10 @@ $ ./server
Copyright (c) 2018 Lyric
+[Build-Status-Url]: https://travis-ci.org/go-session/echo-session
+[Build-Status-Image]: https://travis-ci.org/go-session/echo-session.svg?branch=master
+[Coverage-Url]: https://coveralls.io/github/go-session/echo-session?branch=master
+[Coverage-Image]: https://coveralls.io/repos/github/go-session/echo-session/badge.svg?branch=master
[reportcard-url]: https://goreportcard.com/report/github.com/go-session/echo-session
[reportcard-image]: https://goreportcard.com/badge/github.com/go-session/echo-session
[godoc-url]: https://godoc.org/github.com/go-session/echo-session