X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=.travis.yml;h=b1ef3281864fa1ceca44c0031b7f51d9912fdd32;hp=41dc98aefb26e24d769487193784a183222a0b75;hb=0c7d24e1525ec24390fcd4e52c73fb69175f949d;hpb=1b5ae7fa80e17b048da7535e4f585c5cc4cef3cd diff --git a/.travis.yml b/.travis.yml index 41dc98a..b1ef328 100644 --- a/.travis.yml +++ b/.travis.yml @@ -40,8 +40,13 @@ env: install: - ./travis/brotli.sh v1.0.2 - - if test "$PHP" = master; then make -f travis/pecl/Makefile reconf; fi - - make -f travis/pecl/Makefile php + - | + 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