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