Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add Travis CI configuration.
  • Loading branch information
jcoglan committed Feb 8, 2012
1 parent 8d860a8 commit ce5c601
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
@@ -0,0 +1,8 @@
language: node_js
node_js:
- 0.4
- 0.5
- 0.6
- 0.7

script: node spec/runner.js
3 changes: 3 additions & 0 deletions README.markdown
@@ -1,5 +1,8 @@
# faye-websocket

* Travis CI build: [<img src="https://secure.travis-ci.org/faye/faye-websocket-node.png" />](http://travis-ci.org/faye/faye-websocket-node)
* 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 Node. It does not provide a server itself, but
Expand Down

0 comments on commit ce5c601

Please sign in to comment.