Skip to content

Commit 2500964

Browse files
committedJun 4, 2020
test: add Node.js 10, 12 and 13 in the test matrix
1 parent f257303 commit 2500964

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed
 

‎.travis.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
language: node_js
22
sudo: false
33
node_js:
4-
- "6"
54
- "8"
6-
- "node"
5+
- "10"
6+
- "12"
7+
- "13"
78
notifications:
89
irc: "irc.freenode.org#socket.io"
910
services:
10-
- redis-server
11+
- redis

0 commit comments

Comments
 (0)