update .travis.yml config

This commit is contained in:
c9s 2014-05-24 16:27:43 +08:00
parent c69d483fc7
commit 7b70d436e8

View file

@ -24,7 +24,7 @@ before_script:
- sudo ldconfig
script:
- ./autogen.sh
- ./configure $CONFIGURE_OPTION
- ./configure --enable-check $CONFIGURE_OPTION
- make V=1
- sudo make install
- if [ "x$VALGRIND" == xyes ]; then make check > /dev/null 2>&1; else make check V=1; fi