From: Stéphane Graber Date: Sat, 8 Feb 2014 01:22:56 +0000 (-0500) Subject: travis: Workaround buggy build environment X-Git-Tag: lxc-1.0.0.rc1~42 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=271d94a3daffbd42dfcf2f2ea2f1bc18a9ee1f69;p=thirdparty%2Flxc.git travis: Workaround buggy build environment Signed-off-by: Stéphane Graber --- 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: