X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=scripts%2Fgen_travis_yml.php;fp=scripts%2Fgen_travis_yml.php;h=852fce96697d235d8b649e3be07f55c4de563810;hp=213c5f46ed3127b121109d3053b6a599ba6b1363;hb=700883ba05724a9dd14fa6d5a2eded658cf0496c;hpb=45fb8dff8bc2981151fbca023408c61acbba0f08 diff --git a/scripts/gen_travis_yml.php b/scripts/gen_travis_yml.php index 213c5f4..852fce9 100755 --- a/scripts/gen_travis_yml.php +++ b/scripts/gen_travis_yml.php @@ -11,13 +11,14 @@ addons: - zlib1g-dev - libidn11-dev - libevent-dev + - cppcheck env: ["7.0", "master"], + "PHP" => ["7.0", "7.1", "master"], "enable_debug", "enable_maintainer_zts", "enable_json", @@ -40,6 +41,7 @@ before_script: script: - make -f travis/pecl/Makefile test + - make -f travis/pecl/Makefile cppcheck after_failure: - test -e tests/helper/server.log && cat tests/helper/server.log