trying to fix travis OS X

try catting config.log
This commit is contained in:
John Cupitt 2017-01-18 16:20:22 +00:00
parent 79c21dfcf8
commit d91396649f
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ before_script:
--disable-dependency-tracking
--with-jpeg-includes=$JPEG/include
--with-jpeg-libraries=$JPEG/lib
- cat config.log
- make -j$JOBS -s V=0
script:
- make -Ctest -j$JOBS -s V=0 VERBOSE=1 check