Explorar el Código

disabling coverity for master branch

Stasik0 hace 11 años
padre
commit
6909928bbf
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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