From aa0f52271bc0eaa553812fbb3cc1cdfb6bdcfeff Mon Sep 17 00:00:00 2001 From: James Coglan Date: Wed, 8 Feb 2012 21:59:38 +0000 Subject: [PATCH] Show build status in the readme. --- README.rdoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.rdoc b/README.rdoc index 98127c9..d4bd34b 100644 --- a/README.rdoc +++ b/README.rdoc @@ -1,5 +1,8 @@ = Faye::WebSocket +* Travis CI build: {}[http://travis-ci.org/faye/faye-websocket-ruby] +* Autobahn tests: {server}[http://faye.jcoglan.com/autobahn/servers/], {client}[http://faye.jcoglan.com/autobahn/clients/] + This is a robust, general-purpose WebSocket implementation extracted from the {Faye}[http://faye.jcoglan.com] project. It provides classes for easily building WebSocket servers and clients in Ruby. It does not provide a server itself, but