This website works better with JavaScript
Etusivu
Tutki
Apua
Rekisteröidy
Kirjaudu sisään
bill
/
3DTilesRendererJS
Tarkkaile
1
Äänestä
0
Fork
0
Tiedostot
Ongelmat
0
Pull-pyynnöt
0
Wiki
Selaa lähdekoodia
Create travis.yml
Garrett Johnson
5 vuotta sitten
vanhempi
9fe20bdcc3
commit
95c1d7523e
1 muutettua tiedostoa
jossa
6 lisäystä
ja
0 poistoa
Jaettu näkymä
Näytä diff tilastot
6
0
travis.yml
+ 6
- 0
travis.yml
Näytä tiedosto
@@ -0,0 +1,6 @@
+language: node_js
+node_js:
+ - node
+script:
+ - npm run lint
+ - npm test