Browse Source

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

sebavan 6 năm trước cách đây
mục cha
commit
36cff25736
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  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