Skip to content

Commit

Permalink
coverity: update .travis.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
  • Loading branch information
Christian Brauner committed Nov 22, 2018
1 parent d1d5154 commit 98d3bff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -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:
Expand Down

0 comments on commit 98d3bff

Please sign in to comment.