update .travis.yml config
This commit is contained in:
parent
c69d483fc7
commit
7b70d436e8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue