travis OS X done

clean up, don't allow fail
This commit is contained in:
John Cupitt 2017-01-20 08:56:23 +00:00
parent b140c18a37
commit 8d49dee32c
1 changed files with 0 additions and 7 deletions

View File

@ -5,19 +5,12 @@ before_script:
--disable-dependency-tracking
--with-jpeg-includes=$JPEG/include
--with-jpeg-libraries=$JPEG/lib
- cat config.log
- echo PKG_CONFIG_PATH = $PKG_CONFIG_PATH
- echo which pkg-config ; which pkg-config
- pkg-config --list-all
- pkg-config --debug libpng
- make -j$JOBS -s V=0
script:
- make -Ctest -j$JOBS -s V=0 VERBOSE=1 check
matrix:
fast_finish: true
allow_failures:
- os: osx
include:
- os: linux
sudo: required