X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=scripts%2Fgen_travis_yml.php;h=2f32a7458555972fa7b57c148e71167bbb2ad5b0;hp=ef73806fe757f2873e6d85952e4f279d496b979f;hb=c37e911f6a277f735cf820ebf71d4254ddcb9812;hpb=f0d09200dc7b739366bceb61d86a35fe734e09f5 diff --git a/scripts/gen_travis_yml.php b/scripts/gen_travis_yml.php index ef73806..2f32a74 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,7 +46,7 @@ $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 debug/zts "PHP" => $cur, "enable_debug", "enable_maintainer_zts",