From 962d0e55c4903e5637837009b6ca632df772822d Mon Sep 17 00:00:00 2001 From: Christian Brauner Date: Wed, 2 Aug 2017 18:41:57 +0200 Subject: [PATCH] travis: fix builds Signed-off-by: Christian Brauner --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 974130d40..d736cfc5b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ before_install: - sudo add-apt-repository ppa:ubuntu-lxc/daily -y - sudo apt-get update -qq - sudo apt-get install -qq libapparmor-dev libcap-dev libseccomp-dev python3-dev docbook2x libgnutls-dev liblua5.2-dev libselinux1-dev libcgmanager-dev -script: ./autogen.sh && ./configure --enable-tests && make -j4 +script: ./autogen.sh && ./configure --enable-tests --with-distro=unknown && make -j4 notifications: email: recipients: -- 2.47.2