sigh travis

This commit is contained in:
John Cupitt 2017-03-01 17:37:55 +00:00
parent 3be6bb1323
commit db853ae0dd
2 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ before_script:
--disable-dependency-tracking
--with-jpeg-includes=$JPEG/include
--with-jpeg-libraries=$JPEG/lib
- make -j$JOBS -s V=0
- make -j$JOBS -s
script:
- make -Ctest -j$JOBS -s V=0 VERBOSE=1 check
@ -72,7 +72,7 @@ matrix:
- brew install --ignore-dependencies gtk-doc
- brew install
gobject-introspection
expat fftw mozjpeg libexif
fftw mozjpeg libexif
libpng webp
swig imagemagick
cfitsio libmatio

View File

@ -416,7 +416,7 @@ vips_image_guess_format( const VipsImage *image )
/* Stop a compiler warning.
*/
format = VIPS_INTERPRETATION_MULTIBAND;
format = VIPS_FORMAT_UCHAR;
switch( image->Type ) {
case VIPS_INTERPRETATION_B_W: