X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=blobdiff_plain;f=gen_travis_yml.php;h=a20d98388e6991846986e1d85873c3da37b4e5a0;hp=d6a68422a4318e5b135df3ee27e4fe5147ae4686;hb=7e945d929cfdfd48ce5028ef8c6c9f7dcb86ad7f;hpb=167906a41f36f3cd3d16cd56af2f649b11574969 diff --git a/gen_travis_yml.php b/gen_travis_yml.php index d6a6842..a20d983 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", "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-master + - 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"