Skip to content

Commit ff61af2

Browse files
test: use a fork of uws
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
1 parent a374471 commit ff61af2

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ sudo: false
22
language: node_js
33
node_js:
44
- "8"
5-
- "9"
5+
- "10"
6+
- "12"
67
git:
78
depth: 1
89
notifications:

package-lock.json

Lines changed: 2 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"prettier": "^1.19.1",
4343
"s": "0.1.1",
4444
"superagent": "^3.8.1",
45-
"uws": "~9.14.0"
45+
"uws": "github:mmdevries/uws#2.4.0"
4646
},
4747
"scripts": {
4848
"lint": "eslint lib/ test/ *.js",

0 commit comments

Comments
 (0)