[lxc-devel] [lxc/master] travis: fix builds

brauner on Github lxc-bot at linuxcontainers.org
Wed Aug 2 16:42:31 UTC 2017


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 364 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20170802/f064b22a/attachment.bin>
-------------- next part --------------
From 4c9ab50eb66269dbcfaf07538e58391f6d38412c Mon Sep 17 00:00:00 2001
From: Christian Brauner <christian.brauner at ubuntu.com>
Date: Wed, 2 Aug 2017 18:41:57 +0200
Subject: [PATCH] travis: fix builds

Signed-off-by: Christian Brauner <christian.brauner at ubuntu.com>
---
 .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:


More information about the lxc-devel mailing list