X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=scripts%2Fgen_travis_yml.php;h=b2f863f0396b01d93a05740b5a58f04e7d0ffe56;hb=refs%2Ftags%2Fv2.1.5;hp=10e021605018d6356d2f68228bdeaa055b267b6b;hpb=c3aba48026c9f2a6c8eab21163b3ed1c757f15ca;p=m6w6%2Fext-pq diff --git a/scripts/gen_travis_yml.php b/scripts/gen_travis_yml.php index 10e0216..b2f863f 100755 --- a/scripts/gen_travis_yml.php +++ b/scripts/gen_travis_yml.php @@ -31,7 +31,7 @@ env: $gen = include "./travis/pecl/gen-matrix.php"; $cur = "7.2"; $env = $gen([ - "PHP" => ["7.0", "7.1", "master"], + "PHP" => ["7.0", "7.1", "7.3", "master"], "enable_debug" => "yes", "enable_maintainer_zts" => "yes", "enable_json" => "yes", @@ -59,7 +59,12 @@ foreach ($env as $g) { ?> install: - - 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=raphf:raphf:2.0.0; \ + fi + - make -f travis/pecl/Makefile php || make -f travis/pecl/Makefile clean php - make -f travis/pecl/Makefile pecl PECL=raphf:raphf:2.0.0 before_script: