X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=blobdiff_plain;f=gen_travis_yml.php;h=d579da1e7d2b0df7ba943ff90e6eae6e9e64e8f2;hp=19240beae037462f17f222421f2acbc2f60317aa;hb=afab07ec3fce1c98c62785ef916870f65f048189;hpb=cb69b6218d9d6e789527b3bd62c3cc37686547a3 diff --git a/gen_travis_yml.php b/gen_travis_yml.php index 19240be..d579da1 100755 --- a/gen_travis_yml.php +++ b/gen_travis_yml.php @@ -17,7 +17,7 @@ env: $gen = include "./travis/pecl/gen-matrix.php"; $env = $gen([ - "PHP" => ["master"], + "PHP" => ["7.0", "master"], "enable_debug", "enable_maintainer_zts", "enable_json", @@ -33,7 +33,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 pharext/raphf-master - make -f travis/pecl/Makefile ext PECL=pq - psql -U postgres -c "CREATE DATABASE test"