From 4c9ab50eb66269dbcfaf07538e58391f6d38412c 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 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: