Revision 2ae1c1c56561aec56a2790d901802b7bfd00b72c authored by David Braun on 29 March 2013, 04:36:18 UTC, committed by David Braun on 29 March 2013, 04:36:18 UTC
Increase compliance with the WebSocket API:

http://www.w3.org/TR/2012/CR-websockets-20120920/#the-websocket-
interface
1 parent 3293702
Raw File
.travis.yml
language: node_js
npm_args: --ws:native
node_js:
  - 0.6
  - 0.8
back to top