travis: Workaround buggy build environment

Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
This commit is contained in:
Stéphane Graber 2014-02-07 20:22:56 -05:00
parent e4399ab9ac
commit 271d94a3da

View File

@ -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: