The following pull request was submitted through Github.
It can be accessed and reviewed at: https://github.com/lxc/lxc/pull/1727

This e-mail was sent by the LXC bot, direct replies will not reach the author
unless they happen to be subscribed to this list.

=== Description (from pull-request) ===
Signed-off-by: Christian Brauner <[email protected]>
From 4c9ab50eb66269dbcfaf07538e58391f6d38412c Mon Sep 17 00:00:00 2001
From: Christian Brauner <[email protected]>
Date: Wed, 2 Aug 2017 18:41:57 +0200
Subject: [PATCH] travis: fix builds

Signed-off-by: Christian Brauner <[email protected]>
---
 .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:
_______________________________________________
lxc-devel mailing list
[email protected]
http://lists.linuxcontainers.org/listinfo/lxc-devel

Reply via email to