From: Christian Brauner Date: Thu, 21 Feb 2019 09:47:13 +0000 (+0100) Subject: .travis: give coverity one more try X-Git-Tag: lxc-3.2.0~135 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=41fd48f94a04bfe8f65256ebd1001aa39beb527c;p=thirdparty%2Flxc.git .travis: give coverity one more try Signed-off-by: Christian Brauner --- diff --git a/.travis.yml b/.travis.yml index d24d01ecd..6bffc573d 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: coverity + branch_pattern: master 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