Update .travis.yml

This commit is contained in:
Dagobert Michelsen 2016-08-30 15:41:53 +02:00 committed by GitHub
parent 675b0c62cf
commit 50ae1db9dc
1 changed files with 1 additions and 1 deletions

View File

@ -42,5 +42,5 @@ script:
- ./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
- ./configure --enable-runtime=$RUNTIME --disable-builtin && make clean && make -j4 && make check -j4
- ./configure --enable-gtk-doc && make -j4 && make check -j4
- ./configure --enable-gtk-doc && make -j4 V=1 && make check -j4 V=1
- make distcheck