This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
bill
/
3DTilesRendererJS
Obserwuj
1
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Przeglądaj źródła
Create travis.yml
Garrett Johnson
5 lat temu
rodzic
9fe20bdcc3
commit
95c1d7523e
1 zmienionych plików
z
6 dodań
i
0 usunięć
Widok podzielony
Pokaż statystyki zmian
6
0
travis.yml
+ 6
- 0
travis.yml
Wyświetl plik
@@ -0,0 +1,6 @@
+language: node_js
+node_js:
+ - node
+script:
+ - npm run lint
+ - npm test