Procházet zdrojové kódy

Update README.md

Add Travis CI badge
Evan Huus před 11 roky
rodič
revize
8c1197c5f4
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  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.