X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=.travis.yml;h=b1ef3281864fa1ceca44c0031b7f51d9912fdd32;hb=42b0bfdc9f3f5fe16c0ed83c9d936a4c28ce2d00;hp=5b5d773944a143f1a5fe8ab5f3906c1af3ccadf0;hpb=8d5c6f1fb45df722099abed5170837f637925e65;p=m6w6%2Fext-http diff --git a/.travis.yml b/.travis.yml index 5b5d773..b1ef328 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,11 +20,14 @@ compiler: cache: directories: - - $HOME/build + - $HOME/cache +before_cache: + - find $HOME/cache -name '*.gcda' -o -name '*.gcno' -delete 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 @@ -37,7 +40,13 @@ env: install: - ./travis/brotli.sh v1.0.2 - - 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