@@ -2,6 +2,7 @@
_IN PROGRESS_
+[](https://travis-ci.com/NASA-AMMOS/3DTilesRendererJS)
[](https://lgtm.com/projects/g/NASA-AMMOS/3DTilesRendererJS/)
In progress three.js implementation of the [3D Tiles format](https://github.com/AnalyticalGraphicsInc/3d-tiles/blob/master/specification/).
@@ -0,0 +1,6 @@
+language: node_js
+node_js:
+ - node
+script:
+ - npm run lint
+ - npm test