From 623086510aad06036c9582e2c9bd01e995ba557b Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Wed, 18 Jul 2018 13:50:43 +0200 Subject: [PATCH] travis: rebuild deps on master --- .travis.yml | 7 ++++++- scripts/gen_travis_yml.php | 7 ++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index fc0bb7f..b1ef328 100644 --- a/.travis.yml +++ b/.travis.yml @@ -40,7 +40,12 @@ env: install: - ./travis/brotli.sh v1.0.2 - - if test "$PHP" = master; then make -f travis/pecl/Makefile reconf; fi + - | + if test "$PHP" = master; then \ + make -f travis/pecl/Makefile reconf; \ + make -f travis/pecl/Makefile pecl-rm pecl-clean PECL=ext-raphf.git:raphf:master; \ + make -f travis/pecl/Makefile pecl-rm pecl-clean PECL=ext-propro.git:propro:master; \ + fi - make -f travis/pecl/Makefile php || make -f travis/pecl/Makefile clean php - make -f travis/pecl/Makefile pecl PECL=ext-raphf.git:raphf:master - make -f travis/pecl/Makefile pecl PECL=ext-propro.git:propro:master diff --git a/scripts/gen_travis_yml.php b/scripts/gen_travis_yml.php index bd62c6d..9471307 100755 --- a/scripts/gen_travis_yml.php +++ b/scripts/gen_travis_yml.php @@ -81,7 +81,12 @@ foreach ($env as $grp) { install: - ./travis/brotli.sh v1.0.2 - - if test "$PHP" = master; then make -f travis/pecl/Makefile reconf; fi + - | + if test "$PHP" = master; then \ + make -f travis/pecl/Makefile reconf; \ + make -f travis/pecl/Makefile pecl-rm pecl-clean PECL=ext-raphf.git:raphf:master; \ + make -f travis/pecl/Makefile pecl-rm pecl-clean PECL=ext-propro.git:propro:master; \ + fi - make -f travis/pecl/Makefile php || make -f travis/pecl/Makefile clean php - make -f travis/pecl/Makefile pecl PECL=ext-raphf.git:raphf:master - make -f travis/pecl/Makefile pecl PECL=ext-propro.git:propro:master -- 2.30.2