Commit b59bbe14 authored by Dimitri van Heesch's avatar Dimitri van Heesch

Fixed package for xmllint

parent bc0c71eb
...@@ -3,7 +3,7 @@ compiler: ...@@ -3,7 +3,7 @@ compiler:
- gcc - gcc
before_install: before_install:
- sudo apt-get update -qq - sudo apt-get update -qq
- sudo apt-get install -qq texlive texlive-extra-utils xmllint perl - sudo apt-get install -qq texlive texlive-extra-utils libxml2-utils perl
script: script:
- ./configure --with-doxywizard - ./configure --with-doxywizard
- make - make
......
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