Browse Source

Merge branch 'master' of https://github.com/NASA-AMMOS/3DTilesRendererJS

Garrett Johnson 5 years ago
parent
commit
d810f5b2f9
2 changed files with 7 additions and 0 deletions
  1. 1 0
      README.md
  2. 6 0
      travis.yml

+ 1 - 0
README.md

@@ -2,6 +2,7 @@
 
 _IN PROGRESS_
 
+[![travis build](https://img.shields.io/travis/NASA-AMMOS/3DTilesRendererJS/master.svg?style=flat-square)](https://travis-ci.com/NASA-AMMOS/3DTilesRendererJS)
 [![lgtm code quality](https://img.shields.io/lgtm/grade/javascript/g/NASA-AMMOS/3DTilesRendererJS.svg?style=flat-square&label=code-quality)](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/).

+ 6 - 0
travis.yml

@@ -0,0 +1,6 @@
+language: node_js
+node_js:
+  - node
+script:
+  - npm run lint
+  - npm test