Browse Source

Travis TS 3.2.1

sebavan 6 năm trước cách đây
mục cha
commit
dde7039ffb
1 tập tin đã thay đổi với 0 bổ sung4 xóa
  1. 0 4
      .travis.yml

+ 0 - 4
.travis.yml

@@ -19,10 +19,6 @@ 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