Add Travis CI badge
@@ -1,6 +1,7 @@
Queue
=====
+[](https://travis-ci.org/eapache/queue)
[](https://godoc.org/github.com/eapache/queue)
A fast Golang queue using a ring-buffer, based on the version suggested by Dariusz Górecki.