X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=scripts%2Fgen_travis_yml.php;h=96294f42df794099afdf1e2a3b989215bd6e9bcf;hp=bd62c6dff7456f5c9e0abb2f48d4352488c95889;hb=0be5ad93bb15aa00a4e55e32f724d37f2a6262a7;hpb=579fb9489fcc84c5e460b13e3022812aff25954d diff --git a/scripts/gen_travis_yml.php b/scripts/gen_travis_yml.php index bd62c6d..96294f4 100755 --- a/scripts/gen_travis_yml.php +++ b/scripts/gen_travis_yml.php @@ -1,8 +1,6 @@ #!/usr/bin/env php # autogenerated file; do not edit language: c -sudo: false -dist: trusty addons: apt: @@ -25,14 +23,19 @@ cache: before_cache: - find $HOME/cache -name '*.gcda' -o -name '*.gcno' -delete +matrix: + fast_finish: true + allow_failures: + - env: PHP=master + env: ["7.0", "7.1", "7.3", "master"], + "PHP" => ["7.0", "7.1", "7.2", "master"], "enable_debug" => "yes", "enable_maintainer_zts" => "yes", "enable_json" => "yes", @@ -81,7 +84,12 @@ foreach ($env as $grp) { install: - ./travis/brotli.sh v1.0.2 - - if test "$PHP" = master; then make -f travis/pecl/Makefile reconf; fi + - | + 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