diff --git a/.travis.yml b/.travis.yml index 85a7a09..dde77aa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,15 +1,10 @@ language: node_js +sudo: false node_js: - "0.10" - - "0.11" - -matrix: - fast_finish: true - allow_failures: - - node_js: "0.11" - + - "0.12" + - "4" notifications: irc: "irc.freenode.org#socket.io" - services: - redis-server diff --git a/package.json b/package.json index c0accaa..0aa447e 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "", "repository": { "type": "git", - "url": "git@github.com:Automattic/socket.io-redis.git" + "url": "git@github.com:socketio/socket.io-redis.git" }, "scripts": { "test": "mocha"