Sebastien Vandenberghe 6 years ago
parent
commit
d8ea7ae650
1 changed files with 4 additions and 0 deletions
  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