From: Michael Wallner Date: Fri, 1 Mar 2019 13:50:29 +0000 (+0100) Subject: travis X-Git-Tag: RELEASE_3_2_1~16 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=commitdiff_plain;h=f0d09200dc7b739366bceb61d86a35fe734e09f5;hp=02cd35aeca8624d9559657c1f662b9dcd45df2da travis --- diff --git a/.travis.yml b/.travis.yml index 25ab402..9775fea 100644 --- a/.travis.yml +++ b/.travis.yml @@ -46,7 +46,6 @@ matrix: - env: PHP=master enable_debug=yes enable_maintainer_zts=yes enable_json=yes enable_hash=yes enable_iconv=yes install: - - ./travis/brotli.sh v1.0.2 - | if test "$PHP" = master; then \ make -f travis/pecl/Makefile reconf; \ diff --git a/scripts/gen_travis_yml.php b/scripts/gen_travis_yml.php index bcbd348..ef73806 100755 --- a/scripts/gen_travis_yml.php +++ b/scripts/gen_travis_yml.php @@ -91,7 +91,6 @@ foreach ($allow_failures as $e) { ?> install: - - ./travis/brotli.sh v1.0.2 - | if test "$PHP" = master; then \ make -f travis/pecl/Makefile reconf; \