fix travis badge

This commit is contained in:
Guillermo Rauch
2015-07-14 17:21:52 -07:00
parent e76a544f2e
commit 1ee39a4dd7

View File

@@ -1,13 +1,13 @@
# socket.io-parser
[![Build Status](https://secure.travis-ci.org/Automattic/socket.io-parser.svg)](http://travis-ci.org/Automattic/socket.io-parser)
[![Build Status](https://secure.travis-ci.org/socketio/socket.io-parser.svg)](http://travis-ci.org/socketio/socket.io-parser)
[![NPM version](https://badge.fury.io/js/socket.io-parser.svg)](http://badge.fury.io/js/socket.io-parser)
A socket.io encoder and decoder written in JavaScript complying with version `3`
of [socket.io-protocol](https://github.com/learnboost/socket.io-protocol).
Used by [socket.io](https://github.com/learnboost/socket.io) and
[socket.io-client](https://github.com/learnboost/socket.io-client).
of [socket.io-protocol](https://github.com/socketio/socket.io-protocol).
Used by [socket.io](https://github.com/automattic/socket.io) and
[socket.io-client](https://github.com/automattic/socket.io-client).
## Parser API