From: Stéphane Graber Date: Wed, 12 Feb 2014 22:30:12 +0000 (-0500) Subject: travis: Build using the daily PPA X-Git-Tag: lxc-1.0.0.rc1~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d213bd3d74ba3a1ad4f9363dc40778b349d36d5;p=thirdparty%2Flxc.git travis: Build using the daily PPA Now that we depend on seccomp2, the backport currently in precise is too old to allow for a succesful build, so instead use ppa:ubuntu-lxc/daily which contains recent versions of all needed build-dependencies. Signed-off-by: Stéphane Graber --- diff --git a/.travis.yml b/.travis.yml index 62028c4fa..427009d86 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ compiler: - gcc - clang before_install: + - sudo add-apt-repository ppa:ubuntu-lxc/daily -y - 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