浏览代码

Merge branch 'libToModules' of https://github.com/BabylonJS/Babylon.js into libToModules

sebavan 6 年之前
父节点
当前提交
36cff25736
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      .travis.yml

+ 4 - 0
.travis.yml

@@ -19,6 +19,10 @@ jobs:
   - stage: BabylonJS Build and test
     env: JOB=WhatsNewUpdate
     script: gulp tests-whatsnew
+  - env: JOB=TSCDBG
+    script:
+    - cd ../../src
+    - tsc --module amd --outFile ../.temp/amd.js --emitDeclarationOnly true
   - env: JOB=DocumentationCheck
     script: gulp typedoc-check
   - env: JOB=Styling