X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=.travis.yml;h=3772dc669b1c688f94f23f2ecfeac400a41e5517;hp=8d71284338c3d32e535fcb8b3f13e811663ab792;hb=d109b3dd5c2d6856e0061bb4412d7fcad2822e5d;hpb=e44e3ceb60817cfdd17945a3f6043816e134aa75 diff --git a/.travis.yml b/.travis.yml index 8d71284..3772dc6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,8 +13,6 @@ addons: - libevent-dev - libbrotli-dev -dist: xenial - cache: apt: true directories: @@ -42,10 +40,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=$','; \