travis: fix build
[m6w6/ext-http] / .travis.yml
index 8d71284338c3d32e535fcb8b3f13e811663ab792..31e9ec4e70c9c25b9c31b1ba9a46e96048919320 100644 (file)
@@ -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=$','; \