From: Christian Brauner Date: Fri, 2 Nov 2018 11:35:08 +0000 (+0100) Subject: coverity: move to separate branch X-Git-Tag: lxc-3.1.0~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e814299f2d98d98ae16e03340744ee4d371e67bc;p=thirdparty%2Flxc.git coverity: move to separate branch Signed-off-by: Christian Brauner --- diff --git a/.travis.yml b/.travis.yml index 0eddef8c5..9805facc1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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