소스 검색

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