瀏覽代碼

Update README.md

Add Travis CI badge
Evan Huus 11 年之前
父節點
當前提交
8c1197c5f4
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      README.md

+ 1 - 0
README.md

@@ -1,6 +1,7 @@
 Queue
 =====
 
+[![Build Status](https://travis-ci.org/eapache/queue.svg)](https://travis-ci.org/eapache/queue)
 [![GoDoc](https://godoc.org/github.com/eapache/queue?status.png)](https://godoc.org/github.com/eapache/queue)
 
 A fast Golang queue using a ring-buffer, based on the version suggested by Dariusz Górecki.