./configure --enable-gtk-doc in .travis.yml

This commit is contained in:
Tim Ruehsen 2014-04-02 11:34:02 +02:00
parent 3900084f9c
commit 4a33b309a3
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ compiler:
- gcc
- clang
# Change this to your needs
script: ./autogen.sh && ./configure && make && make check && make distcheck
script: ./autogen.sh && ./configure --enable-gtk-doc && make -j4 && make check -j4 && make distcheck -j4
before_install:
- sudo apt-get -qq update
- sudo apt-get -q install autoconf automake autopoint libtool gtk-doc-tools gettext idn2 libidn2-0 libidn2-0-dev