travis
[m6w6/ext-http] / scripts / gen_travis_yml.php
index bcbd34892f06c94ed8691ae7d70fa16173d6ecf9..2f32a7458555972fa7b57c148e71167bbb2ad5b0 100755 (executable)
@@ -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",
@@ -91,7 +87,6 @@ foreach ($allow_failures as $e) {
 ?>
 
 install:
- - ./travis/brotli.sh v1.0.2
  - |
    if test "$PHP" = master; then \
      make -f travis/pecl/Makefile reconf; \