added package idn2 in .travis.yml

This commit is contained in:
Tim Ruehsen 2014-03-24 17:30:46 +01:00
parent 9d1c62eb07
commit e4950f35d9
1 changed files with 1 additions and 1 deletions

View File

@ -6,4 +6,4 @@ compiler:
script: ./autogen.sh && ./configure && make && make check && make distcheck
before_install:
- sudo apt-get -qq update
- sudo apt-get -q install autoconf automake autopoint libtool gettext libidn2-0 libidn2-0-dev
- sudo apt-get -q install autoconf automake autopoint libtool gettext idn2 libidn2-0 libidn2-0-dev