From 271d94a3daffbd42dfcf2f2ea2f1bc18a9ee1f69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Graber?= Date: Fri, 7 Feb 2014 20:22:56 -0500 Subject: [PATCH] travis: Workaround buggy build environment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Graber --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 62028c4fa..ec404b34f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ compiler: before_install: - 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 -script: ./autogen.sh && ./configure --enable-tests && make -j4 +script: bash -x autogen.sh && ./configure --enable-tests && make -j4 notifications: email: recipients: