turn off -j in travis

seems to break our soname.h creation
This commit is contained in:
John Cupitt 2017-01-04 16:57:36 +00:00
parent d905cf7ec3
commit 180459ea16

View File

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