From b36673e712a08182a6bd7b0bdce80b155564c686 Mon Sep 17 00:00:00 2001 From: Christian Brauner Date: Sat, 20 Oct 2018 01:34:15 +0200 Subject: [PATCH] coverity: update .travis.yml Signed-off-by: Christian Brauner --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.47.2