Skip to content

Commit

Permalink
update .travis.yml and package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
nkzawa committed Dec 7, 2015
1 parent 1cf6ce8 commit 55bcb2f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
11 changes: 3 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 55bcb2f

Please sign in to comment.