X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=blobdiff_plain;f=gen_travis_yml.php;h=f0d5b3545ad5b8d203f2556653cf4e38ead65cd1;hp=19240beae037462f17f222421f2acbc2f60317aa;hb=6ab3ae07622e825b32ec6c9bf781def373dad616;hpb=1e2615005272bb2347820bccb38c94b9caccafb8 diff --git a/gen_travis_yml.php b/gen_travis_yml.php index 19240be..f0d5b35 100755 --- a/gen_travis_yml.php +++ b/gen_travis_yml.php @@ -17,13 +17,10 @@ env: $gen = include "./travis/pecl/gen-matrix.php"; $env = $gen([ - "PHP" => ["master"], + "PHP" => ["7.0", "7.1", "master"], "enable_debug", "enable_maintainer_zts", "enable_json", - "enable_hash" => ["yes"], - "enable_phar" => ["yes"], - "enable_posix" => ["yes"] ]); foreach ($env as $e) { printf(" - %s\n", $e); @@ -33,7 +30,7 @@ foreach ($env as $e) { before_script: - make -f travis/pecl/Makefile php - - make -f travis/pecl/Makefile pharext/raphf-phpng + - make -f travis/pecl/Makefile pecl PECL=raphf:raphf:2.0.0 - make -f travis/pecl/Makefile ext PECL=pq - psql -U postgres -c "CREATE DATABASE test"