瀏覽代碼

disabling coverity for master branch

Stasik0 11 年之前
父節點
當前提交
6909928bbf
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -16,7 +16,7 @@ addons:
     notification_email: 
     build_command_prepend: "./autogen.sh && ./configure"
     build_command: "make"
-    branch_pattern: master
+    branch_pattern: coverity_scan
 
 before_install:
  - sudo apt-get update -qq