Skip to content

Commit

Permalink
test: use a fork of uws
Browse files Browse the repository at this point in the history
uws is no longer maintained, and does not support Node.js >= 10.

We could also try to support uWebSockets.js, but it does not have the same API as ws.

Source: https://github.com/mmdevries/uws
Related: #583
  • Loading branch information
darrachequesne committed Feb 6, 2020
1 parent a374471 commit ff61af2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ sudo: false
language: node_js
node_js:
- "8"
- "9"
- "10"
- "12"
git:
depth: 1
notifications:
Expand Down
5 changes: 2 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"prettier": "^1.19.1",
"s": "0.1.1",
"superagent": "^3.8.1",
"uws": "~9.14.0"
"uws": "github:mmdevries/uws#2.4.0"
},
"scripts": {
"lint": "eslint lib/ test/ *.js",
Expand Down

0 comments on commit ff61af2

Please sign in to comment.