This website works better with JavaScript
Accueil
Explorer
Aide
S'inscrire
Connexion
oleg
/
peerjs-server
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Parcourir la source
add more nodejs versions to travis-ci
afrokick
il y a 4 ans
Parent
0b6b766226
commit
460130a527
1 fichiers modifiés
avec
4 ajouts
et
0 suppressions
Vue séparée
Afficher les stats Diff
4
0
.travis.yml
+ 4
- 0
.travis.yml
Voir le fichier
@@ -1,3 +1,7 @@
language: node_js
node_js:
+ - node
+ - lts/*
+ - 14
- 12
+ - 10