X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=scripts%2Fgen_travis_yml.php;h=7a0c27364d15cbce59a46ae6f515385eef90aba2;hb=7a0dee8cc0dc7fc165d9c4f39a070bf3c32ce756;hp=9e9b12732edd1b4e9927f0573ff6837dc1946291;hpb=e44e3ceb60817cfdd17945a3f6043816e134aa75;p=m6w6%2Fext-http diff --git a/scripts/gen_travis_yml.php b/scripts/gen_travis_yml.php index 9e9b127..7a0c273 100755 --- a/scripts/gen_travis_yml.php +++ b/scripts/gen_travis_yml.php @@ -14,8 +14,6 @@ addons: - libevent-dev - libbrotli-dev -dist: xenial - cache: apt: true directories: @@ -88,10 +86,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=$','; \