From: Christian Brauner Date: Wed, 2 Aug 2017 16:41:57 +0000 (+0200) Subject: travis: fix builds X-Git-Tag: lxc-2.1.0~31^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F1727%2Fhead;p=thirdparty%2Flxc.git travis: fix builds Signed-off-by: Christian Brauner --- diff --git a/.travis.yml b/.travis.yml index 294e06cd4..758f2ea3a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ script: - ./autogen.sh - mkdir build - cd build - - ../configure --enable-tests + - ../configure --enable-tests --with-distro=unknown - make -j4 - make DESTDIR=$TRAVIS_BUILD_DIR/install install notifications: