X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=blobdiff_plain;f=gen_travis_yml.php;h=804dad0831e043da50c246692c679a724c7ed1d2;hp=ec844b6191ba1cd6432f7d52b1b225e54b6c7716;hb=6e28a8741be3fccdaca960e492c31bc26837a4ed;hpb=7dda3c7100d4c67bc7d8cc363464078c2e0cc975 diff --git a/gen_travis_yml.php b/gen_travis_yml.php index ec844b6..804dad0 100755 --- a/gen_travis_yml.php +++ b/gen_travis_yml.php @@ -7,6 +7,7 @@ addons: apt: packages: - php5-cli + - php-pear env: global: @@ -16,7 +17,7 @@ env: $gen = include "./travis/pecl/gen-matrix.php"; $env = $gen([ - "PHP" => ["5.4", "5.5", "5.6"], + "PHP" => ["master"], "enable_debug", "enable_maintainer_zts", "enable_json", @@ -31,10 +32,10 @@ foreach ($env as $e) { before_script: - make -f travis/pecl/Makefile php - make -f travis/pecl/Makefile pecl PECL=raphf - - 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