implement #58
[m6w6/ext-http] / .travis.yml
index a1c5a82a45080429c4353796e5b7f9c61ef40e92..e1a5dd057775b749418c1979eb3705499d863de4 100644 (file)
@@ -80,7 +80,7 @@ env:
  - PHP=7.2 enable_debug=yes enable_maintainer_zts=yes enable_json=yes enable_hash=yes enable_iconv=yes with_http_libicu_dir=yes with_http_libbrotli_dir=/home/travis/brotli
  - PHP=master enable_debug=yes enable_maintainer_zts=yes enable_json=yes enable_hash=yes enable_iconv=yes with_http_libicu_dir=yes with_http_libbrotli_dir=/home/travis/brotli
 # once with gcov
- - CFLAGS="-O0 -g --coverage" CXXFLAGS="-O0 -g --coverage" PHP=master enable_json=yes enable_hash=yes enable_iconv=yes
+ - CFLAGS="-O0 -g --coverage" CXXFLAGS="-O0 -g --coverage" PHP=master with_http_libbrotli_dir=/home/travis/brotli enable_json=yes enable_hash=yes enable_iconv=yes
 
 before_script:
  - ./travis/brotli.sh
@@ -91,7 +91,7 @@ before_script:
 
 script:
  - make -f travis/pecl/Makefile test
- - make -f travis/pecl/Makefile cppcheck
+ - make -f travis/pecl/Makefile cppcheck CPPCHECK_EXITCODE=0
 
 after_failure:
  - test -e tests/helper/server.log && cat tests/helper/server.log