From: Christian Brauner Date: Fri, 19 Oct 2018 23:34:15 +0000 (+0200) Subject: coverity: update .travis.yml X-Git-Tag: lxc-3.1.0~36 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b36673e712a08182a6bd7b0bdce80b155564c686;p=thirdparty%2Flxc.git coverity: update .travis.yml Signed-off-by: Christian Brauner --- diff --git a/.travis.yml b/.travis.yml index 2c8a1c7cf..60fddc88e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ addons: name: "lxc/lxc" description: "LXC - Linux Containers https://linuxcontainers.org/lxc" notification_email: lxc-devel@lists.linuxcontainers.org - build_command_prepend: "export CFLAGS=-O0 ./autogen.sh && mkdir build && cd build && ../configure --enable-tests --with-distro=unknown" + build_command_prepend: "./autogen.sh && ./configure --enable-tests --with-distro=unknown" build_command: "make -j4" branch_pattern: master before_install: