浏览代码

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