Skip to content

Commit

Permalink
travis: Enable tests and add missing dependencies
Browse files Browse the repository at this point in the history
 - Add doxygen and graphviz for the API doc build.
 - Pass --enable-tests to have the tests built (off by default)

Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
  • Loading branch information
stgraber committed Dec 25, 2013
1 parent 53bd92e commit 53998c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -4,5 +4,5 @@ compiler:
- clang
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 && make -j4
- sudo apt-get install -qq libapparmor-dev libcap-dev libseccomp-dev python3-dev docbook2x libgnutls-dev liblua5.2-dev libselinux1-dev doxygen graphviz
script: ./autogen.sh && ./configure --enable-tests && make -j4

0 comments on commit 53998c0

Please sign in to comment.