more travis poking

This commit is contained in:
John Cupitt 2017-01-04 16:39:58 +00:00
parent 3e80828805
commit d905cf7ec3
2 changed files with 3 additions and 2 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
script:
- make -Ctest -j$JOBS -s V=0 VERBOSE=1 check

View File

@ -1997,7 +1997,8 @@ vips_foreign_save_dz_build( VipsObject *object )
#ifndef HAVE_GSF_DEFLATE_LEVEL
if( dz->compression > 0 ) {
g_warning( _( "deflate-level not supported by libgsf, "
g_warning( "%s",
_( "deflate-level not supported by libgsf, "
"using default compression" ) );
dz->compression = -1;
}