Skip to content

Commit

Permalink
Fix (support) Expand coverage to Node versions 4, and remove iojs
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbjensen committed Dec 7, 2016
1 parent 1ad3f8d commit 90a2901
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Expand Up @@ -2,7 +2,8 @@ language: node_js
node_js:
- 0.10
- 0.12
- iojs
- 4
- 6

cache:
directories:
Expand All @@ -19,4 +20,4 @@ notifications:
urls:
- https://webhooks.gitter.im/e/7937aa9d2e9d767d0421
on_success: always
on_failure: always
on_failure: always
2 changes: 1 addition & 1 deletion lib/socketstream.js
Expand Up @@ -207,7 +207,7 @@ function unload() {
client.unload();
client.assets.unload();
http.unload();
if (api.server) api.server.responders = undefined;
if (api.server) { api.server.responders = undefined; }
ws.unload();
}

Expand Down

0 comments on commit 90a2901

Please sign in to comment.