Skip to content

Commit

Permalink
Merge pull request #61 from christav/travis-support-29
Browse files Browse the repository at this point in the history
Travis support hookup
  • Loading branch information
Chris Tavares committed May 7, 2013
2 parents 12b1a3e + 4feea4f commit 3dd0836
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
language: node_js
node_js:
- "0.10"
- "0.8"
- "0.6"
matrix:
allow_failures:
- node_js: "0.10"

2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# socket.io-servicebus - socket.io store using Windows Azure Service Bus

[![Build Status](https://travis-ci.org/WindowsAzure/socket.io-servicebus.png)](https://travis-ci.org/WindowsAzure/socket.io-servicebus)

This project provides a Node.js package that lets you use Windows Azure Service Bus as a back-end communications
channel for socket.io applications.

Expand Down

0 comments on commit 3dd0836

Please sign in to comment.