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: 's avatarStéphane Graber <stgraber@ubuntu.com>
parent 585ed6b1
...@@ -3,6 +3,7 @@ compiler: ...@@ -3,6 +3,7 @@ compiler:
- gcc - gcc
- clang - clang
before_install: before_install:
- sudo add-apt-repository ppa:ubuntu-lxc/daily -y
- sudo apt-get update -qq - 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 - 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: ./autogen.sh && ./configure --enable-tests && make -j4
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment