This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
oleg
/
peerjs-server
Obserwuj
1
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Przeglądaj źródła
add more nodejs versions to travis-ci
afrokick
4 lat temu
rodzic
0b6b766226
commit
460130a527
1 zmienionych plików
z
4 dodań
i
0 usunięć
Widok podzielony
Pokaż statystyki zmian
4
0
.travis.yml
+ 4
- 0
.travis.yml
Wyświetl plik
@@ -1,3 +1,7 @@
language: node_js
node_js:
+ - node
+ - lts/*
+ - 14
- 12
+ - 10