소스 검색

Update travis build with jobs

Sebastien Vandenberghe 7 년 전
부모
커밋
0142cfc7a7
1개의 변경된 파일4개의 추가작업 그리고 3개의 파일을 삭제
  1. 4 3
      .travis.yml

+ 4 - 3
.travis.yml

@@ -22,12 +22,13 @@ install:
 jobs:
   include:
     - stage: Whats New Update
+      env: JOB=WhatsNewUpdate
       script: gulp tests-whatsnew
-    - stage: Documentation Check
+    - env: JOB=DocumentationCheck
       script: gulp typedoc-check
-    - stage: Build
+    - env: JOB=Build
       script: gulp typescript-all
-    - stage: Tests
+    - env: JOB=Tests
       script:
         - "export DISPLAY=:99.0"
         - "sh -e /etc/init.d/xvfb start"