Update .travis.yml

This commit is contained in:
Dagobert Michelsen 2016-08-30 16:19:40 +02:00 committed by GitHub
parent 50ae1db9dc
commit 801b1b9f43
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ addons:
script:
- ./autogen.sh
- ./configure && make -j4 && make check -j4
- ./configure --enable-gtk-doc && grep LIBICU src/Makefile && make -j4 V=1 && make check -j4 V=1
- ./configure --enable-runtime=$RUNTIME --enable-builtin=libicu && make clean && make -j4 && make check -j4
- ./configure --enable-runtime=$RUNTIME --enable-builtin=libidn2 && make clean && make -j4 && make check -j4
- ./configure --enable-runtime=$RUNTIME --enable-builtin=libidn && make clean && make -j4 && make check -j4