prepare travis
[m6w6/ext-http] / scripts / gen_travis_yml.php
index ff43cf063b88ed4f827130ec89c79df5b97e6acf..6d86ca05ef06aee2521aa6836acafcca21362429 100755 (executable)
@@ -20,13 +20,14 @@ env:
 
 $gen = include "./travis/pecl/gen-matrix.php";
 $env = $gen([
-       "PHP" => ["7.0", "7.1", "master"],
+       "PHP" => ["7.0", "7.1", "7.2", "master"],
        "enable_debug",
        "enable_maintainer_zts",
        "enable_json",
        "enable_hash" => ["yes"],
        "enable_iconv" => ["yes"],
        "with_http_libicu_dir",
+       "with_http_libbrotli_dir" => ["/home/travis/brotli"]
 ]);
 foreach ($env as $e) {
        printf(" - %s\n", $e);
@@ -34,12 +35,13 @@ foreach ($env as $e) {
 
 ?>
 # once with gcov
- - CFLAGS="-O0 -g --coverage" CXXFLAGS="-O0 -g --coverage" PHP=master enable_json=yes enable_hash=yes enable_iconv=yes 
+ - CFLAGS="-O0 -g --coverage" CXXFLAGS="-O0 -g --coverage" PHP=master enable_json=yes enable_hash=yes enable_iconv=yes
 
 before_script:
+ - ./travis/brotli.sh
  - make -f travis/pecl/Makefile php
- - make -f travis/pecl/Makefile pecl PECL=raphf:raphf:2.0.0
- - make -f travis/pecl/Makefile pecl PECL=propro:propro:2.0.1
+ - make -f travis/pecl/Makefile pecl PECL=ext-raphf.git:raphf:master
+ - make -f travis/pecl/Makefile pecl PECL=ext-propro.git:propro:master
  - make -f travis/pecl/Makefile ext PECL=http
 
 script: