From f0d09200dc7b739366bceb61d86a35fe734e09f5 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Fri, 1 Mar 2019 14:50:29 +0100 Subject: [PATCH] travis --- .travis.yml | 1 - scripts/gen_travis_yml.php | 1 - 2 files changed, 2 deletions(-) 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; \ -- 2.30.2