Make travis show config.log

This commit is contained in:
Alexey Sokolov
2013-10-06 00:05:15 +04:00
parent 627b53b494
commit b7ce935cb3

View File

@@ -12,6 +12,7 @@ script:
- mkdir build
- cd build
- ../configure --enable-perl --enable-python --enable-tcl --enable-cyrus
- cat config.log
- make V=1
- make V=1 test
- sudo make install