]> git.proxmox.com Git - mirror_lxc.git/blobdiff - .travis.yml
apparmor: allow various remount,bind options
[mirror_lxc.git] / .travis.yml
index 0eddef8c516471ce6edc22c1bc6332b88209cb02..9805facc1227572bf4113e195474d2b1c491959d 100644 (file)
@@ -13,7 +13,7 @@ addons:
     notification_email: lxc-devel@lists.linuxcontainers.org
     build_command_prepend: "./autogen.sh && rm -Rf build && mkdir build && cd build && ../configure --enable-tests --with-distro=unknown"
     build_command: "make -j4"
-    branch_pattern: master
+    branch_pattern: coverity
 before_install:
  - echo -n | openssl s_client -connect scan.coverity.com:443 | sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' | sudo tee -a /etc/ssl/certs/ca-
  - sudo add-apt-repository ppa:ubuntu-lxc/daily -y