X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=scripts%2Fgen_travis_yml.php;h=18dccde8273ea594c31b3b553967b219453382b1;hb=84bb804822add42df03d7765169a58ff8234c886;hp=bcbd34892f06c94ed8691ae7d70fa16173d6ecf9;hpb=3896b080bb717c21d737bed13b8b20cf627a9ce3;p=m6w6%2Fext-http diff --git a/scripts/gen_travis_yml.php b/scripts/gen_travis_yml.php index bcbd348..18dccde 100755 --- a/scripts/gen_travis_yml.php +++ b/scripts/gen_travis_yml.php @@ -16,10 +16,6 @@ addons: dist: xenial -compiler: - - gcc - - clang - cache: apt: true directories: @@ -50,8 +46,9 @@ $env = $gen([ "with_http_libevent_dir" => "no", "with_http_libbrotli_dir" => "no", ], [ -// everything enabled for current, switching on debug/zts +// everything enabled for current, switching on CC and debug/zts "PHP" => $cur, + "CC" => ["gcc", "clang"], "enable_debug", "enable_maintainer_zts", "enable_json" => "yes", @@ -91,7 +88,6 @@ foreach ($allow_failures as $e) { ?> install: - - ./travis/brotli.sh v1.0.2 - | if test "$PHP" = master; then \ make -f travis/pecl/Makefile reconf; \