This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
bill
/
3DTilesRendererJS
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Sfoglia il codice sorgente
Create travis.yml
Garrett Johnson
5 anni fa
parent
9fe20bdcc3
commit
95c1d7523e
1 ha cambiato i file
con
6 aggiunte
e
0 eliminazioni
Visualizzazione separata
Mostra Diff Stats
6
0
travis.yml
+ 6
- 0
travis.yml
Vedi File
@@ -0,0 +1,6 @@
+language: node_js
+node_js:
+ - node
+script:
+ - npm run lint
+ - npm test