diff --git a/.travis.yml b/.travis.yml index 66c4efa5..7d5e3cab 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ before_script: - echo PKG_CONFIG_PATH = $PKG_CONFIG_PATH - echo which pkg-config ; which pkg-config - pkg-config --list-all - - pkg-config --debug + - pkg-config --debug libpng - make -j$JOBS -s V=0 script: - make -Ctest -j$JOBS -s V=0 VERBOSE=1 check