Sfoglia il codice sorgente

disabling coverity for master branch

Stasik0 11 anni fa
parent
commit
6909928bbf
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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