Skip to content

Commit

Permalink
Merge be2b94a into 1ad3f8d
Browse files Browse the repository at this point in the history
  • Loading branch information
nponeccop committed May 25, 2019
2 parents 1ad3f8d + be2b94a commit c8ba6e1
Show file tree
Hide file tree
Showing 4 changed files with 4,697 additions and 4,094 deletions.
15 changes: 4 additions & 11 deletions .travis.yml
@@ -1,15 +1,8 @@
language: node_js
node_js:
- 0.10
- 0.12
- iojs

cache:
directories:
- node_modules

before_install:
- npm install --upgrade npm -g
- 8
- 10
- 12

script:
- npm run cover-test
Expand All @@ -19,4 +12,4 @@ notifications:
urls:
- https://webhooks.gitter.im/e/7937aa9d2e9d767d0421
on_success: always
on_failure: always
on_failure: always
4 changes: 3 additions & 1 deletion lib/socketstream.js
Expand Up @@ -207,7 +207,9 @@ 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 c8ba6e1

Please sign in to comment.