This website works better with JavaScript
Home
Explore
Help
Register
Sign In
oleg
/
peerjs-server
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
add more nodejs versions to travis-ci
afrokick
4 years ago
parent
0b6b766226
commit
460130a527
1 changed files
with
4 additions
and
0 deletions
Split View
Show Diff Stats
4
0
.travis.yml
+ 4
- 0
.travis.yml
View File
@@ -1,3 +1,7 @@
language: node_js
node_js:
+ - node
+ - lts/*
+ - 14
- 12
+ - 10