X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=.travis.yml;h=41dc98aefb26e24d769487193784a183222a0b75;hp=5166a11c159837e5298ca86c32199777768434c7;hb=1b5ae7fa80e17b048da7535e4f585c5cc4cef3cd;hpb=a81472d0108d16e680980a9e0c1b4af0d629c43a diff --git a/.travis.yml b/.travis.yml index 5166a11..41dc98a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,6 +27,7 @@ before_cache: env: - PHP=7.0 enable_debug=yes enable_maintainer_zts=yes enable_json=yes enable_hash=yes enable_iconv=yes with_http_libbrotli_dir=/home/travis/brotli - PHP=7.1 enable_debug=yes enable_maintainer_zts=yes enable_json=yes enable_hash=yes enable_iconv=yes with_http_libbrotli_dir=/home/travis/brotli + - PHP=7.3 enable_debug=yes enable_maintainer_zts=yes enable_json=yes enable_hash=yes enable_iconv=yes with_http_libbrotli_dir=/home/travis/brotli - PHP=master enable_debug=yes enable_maintainer_zts=yes enable_json=yes enable_hash=yes enable_iconv=yes with_http_libbrotli_dir=/home/travis/brotli - PHP=7.2 with_http_libicu_dir=no with_http_libidn_dir=no with_http_libidn2_dir=no with_http_libcurl_dir=no with_http_libevent_dir=no - PHP=7.2 enable_debug=no enable_maintainer_zts=no enable_json=yes enable_hash=yes enable_iconv=yes with_http_libbrotli_dir=/home/travis/brotli @@ -39,6 +40,7 @@ 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 - make -f travis/pecl/Makefile pecl PECL=ext-raphf.git:raphf:master - make -f travis/pecl/Makefile pecl PECL=ext-propro.git:propro:master