X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=blobdiff_plain;f=gen_travis_yml.php;h=a20d98388e6991846986e1d85873c3da37b4e5a0;hp=0ea6d33ec36f292862e8c28b22333bfc4900efe2;hb=7910a40d7768bdfcf92a6fb8d194a52518cd7c5e;hpb=af785c32e070d1ae06127beb99ea987503811be5 diff --git a/gen_travis_yml.php b/gen_travis_yml.php index 0ea6d33..a20d983 100755 --- a/gen_travis_yml.php +++ b/gen_travis_yml.php @@ -17,11 +17,10 @@ env: $gen = include "./travis/pecl/gen-matrix.php"; $env = $gen([ - "PHP" => ["5.4", "5.5", "5.6"], + "PHP" => ["7.0", "master"], "enable_debug", "enable_maintainer_zts", "enable_json", - "enable_hash" => ["yes"], ]); foreach ($env as $e) { printf(" - %s\n", $e); @@ -31,11 +30,11 @@ foreach ($env as $e) { before_script: - make -f travis/pecl/Makefile php - - make -f travis/pecl/Makefile pecl PECL=raphf:raphf:1.1.1RC1 + - 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" script: - - make -f travis/pecl/Makefile ext PECL=pq - make -f travis/pecl/Makefile test sudo: false