X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=.travis.yml;fp=.travis.yml;h=b1ef3281864fa1ceca44c0031b7f51d9912fdd32;hp=fc0bb7f21996e08a2086bac94b35b9ecde917ed5;hb=623086510aad06036c9582e2c9bd01e995ba557b;hpb=579fb9489fcc84c5e460b13e3022812aff25954d 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