소스 검색

travis config: fix intents for coverity analysis.

Kim Kulling 9 년 전
부모
커밋
06046a113c
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 4
      .travis.yml

+ 4 - 4
.travis.yml

@@ -12,7 +12,7 @@ addons:
       name: "assimp/assimp"
       version: 3.2
       description: "The Asset Importer Lib coverity run, branch coverity_scan"
-      notification_email: [email protected]
-      build_command_prepend: cmake -G "Unix Makefiles" -DASSIMP_ENABLE_BOOST_WORKAROUND=YES
-      build_command: make
-      branch_pattern: coverity_scan
+    notification_email: [email protected]
+    build_command_prepend: cmake -G "Unix Makefiles" -DASSIMP_ENABLE_BOOST_WORKAROUND=YES
+    build_command: make
+    branch_pattern: coverity_scan