From c7495261af87d1dbd5b65e670b884862001d2537 Mon Sep 17 00:00:00 2001 From: andy pan Date: Fri, 29 Jun 2018 10:45:58 +0800 Subject: [PATCH] add travis badge --- README.md | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 416b3df..6469519 100644 --- a/README.md +++ b/README.md @@ -5,10 +5,10 @@

A goroutine pool for Go

- -[![godoc for panjf2000/ants][1]][2] -[![goreportcard for panjf2000/ants][3]][4] -[![MIT Licence](https://badges.frapsoft.com/os/mit/mit.svg?v=103)](https://opensource.org/licenses/mit-license.php) +[![Build Status][1]][2] +[![godoc for panjf2000/ants][3]][4] +[![goreportcard for panjf2000/ants][5]][6] +[![MIT Licence][7]][8] [中文项目说明](README_ZH.md) | [Project Tutorial](http://blog.taohuawu.club/article/42) @@ -171,7 +171,11 @@ There was only the test of `ants` Pool because my computer was crash when it rea **As you can see, `ants` can up to 2x~6x faster than goroutines without pool and the memory consumption is reduced by 10 to 20 times.** -[1]: https://godoc.org/github.com/panjf2000/ants?status.svg -[2]: https://godoc.org/github.com/panjf2000/ants -[3]: https://goreportcard.com/badge/github.com/panjf2000/ants -[4]: https://goreportcard.com/report/github.com/panjf2000/ants +[1]: https://travis-ci.com/panjf2000/ants.svg?branch=develop +[2]: https://travis-ci.com/panjf2000/ants +[3]: https://godoc.org/github.com/panjf2000/ants?status.svg +[4]: https://godoc.org/github.com/panjf2000/ants +[5]: https://goreportcard.com/badge/github.com/panjf2000/ants +[6]: https://goreportcard.com/report/github.com/panjf2000/ants +[7]: https://badges.frapsoft.com/os/mit/mit.svg?v=103 +[8]: https://opensource.org/licenses/mit-license.php