Commit f85f338a by S.Çağlar Onur Committed by Stéphane Graber

enable cgmanager support for Travis CI

parent 4eae4051
......@@ -5,7 +5,7 @@ compiler:
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
- sudo apt-get install -qq libapparmor-dev libcap-dev libseccomp-dev python3-dev docbook2x libgnutls-dev liblua5.2-dev libselinux1-dev libcgmanager-dev
script: ./autogen.sh && ./configure --enable-tests && make -j4
notifications:
email:
......
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