X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=scripts%2Fgen_travis_yml.php;h=94713074a3d08d72158a227c0c5ecce3ce2df76e;hb=ad1dfac848dbbb295151c22b4f6fbcad13ce7a56;hp=fc493df70de77d43cbce389db2dbda19a5310761;hpb=55b80101d8b93f4ba9f12e86b2f91a1695beace9;p=m6w6%2Fext-http diff --git a/scripts/gen_travis_yml.php b/scripts/gen_travis_yml.php index fc493df..9471307 100755 --- a/scripts/gen_travis_yml.php +++ b/scripts/gen_travis_yml.php @@ -32,7 +32,7 @@ $gen = include "./travis/pecl/gen-matrix.php"; $cur = "7.2"; $env = $gen([ // most useful for all additional versions except current - "PHP" => ["7.0", "7.1", "master"], + "PHP" => ["7.0", "7.1", "7.3", "master"], "enable_debug" => "yes", "enable_maintainer_zts" => "yes", "enable_json" => "yes", @@ -81,7 +81,13 @@ foreach ($env as $grp) { install: - ./travis/brotli.sh v1.0.2 - - make -f travis/pecl/Makefile php + - | + if test "$PHP" = master; then \ + make -f travis/pecl/Makefile reconf; \ + make -f travis/pecl/Makefile pecl-rm pecl-clean PECL=ext-raphf.git:raphf:master; \ + make -f travis/pecl/Makefile pecl-rm pecl-clean PECL=ext-propro.git:propro:master; \ + fi + - make -f travis/pecl/Makefile php || make -f travis/pecl/Makefile clean php - make -f travis/pecl/Makefile pecl PECL=ext-raphf.git:raphf:master - make -f travis/pecl/Makefile pecl PECL=ext-propro.git:propro:master