From: Michael Wallner Date: Mon, 2 Nov 2020 19:36:42 +0000 (+0100) Subject: travis: fix build X-Git-Tag: v4.0.0~25 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=commitdiff_plain;h=4104317bf01fb162ebb20ac7210f5bfcf2c7b511 travis: fix build --- diff --git a/.travis.yml b/.travis.yml index 8d71284..31e9ec4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -42,10 +42,10 @@ install: - | 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=m6w6/ext-raphf.git:raphf: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=m6w6/ext-raphf.git:raphf:master - | if test -n "$PECLs"; then \ IFS=$','; \ diff --git a/scripts/gen_travis_yml.php b/scripts/gen_travis_yml.php index 9e9b127..8aa219b 100755 --- a/scripts/gen_travis_yml.php +++ b/scripts/gen_travis_yml.php @@ -88,10 +88,10 @@ install: - | 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=m6w6/ext-raphf.git:raphf: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=m6w6/ext-raphf.git:raphf:master - | if test -n "$PECLs"; then \ IFS=$','; \ diff --git a/travis/pecl b/travis/pecl index 54a746a..f24680b 160000 --- a/travis/pecl +++ b/travis/pecl @@ -1 +1 @@ -Subproject commit 54a746ab5e068060f53796d0aca55f76656bb8b1 +Subproject commit f24680bd797a891102f9430f54d2f3c2f06d7513