X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=scripts%2Fgen_travis_yml.php;h=bfeb2627f85c9e9d1a5222f53316ffdd0b546edd;hb=6864dd48391d1e98959ac13d5a0914693b4f1d0f;hp=1037ea5e328aa5c686f020914d3fd5de1281342b;hpb=6b2e6562e64a263a42910d28e23b6ca94f3ecb65;p=m6w6%2Fext-psi diff --git a/scripts/gen_travis_yml.php b/scripts/gen_travis_yml.php index 1037ea5..bfeb262 100755 --- a/scripts/gen_travis_yml.php +++ b/scripts/gen_travis_yml.php @@ -8,6 +8,9 @@ addons: packages: - php5-cli - php-pear + - re2c + - libidn11-dev + - libsqlite3-dev env: matrix: @@ -15,7 +18,7 @@ env: $gen = include __DIR__."/../travis/pecl/gen-matrix.php"; $env = $gen([ - "PHP" => ["7.0", "master"], + "PHP" => ["7.0", "7.1", "master"], "enable_debug", #"enable_maintainer_zts", "enable_psi" => ["yes"], @@ -34,3 +37,5 @@ before_script: script: - make -f travis/pecl/Makefile test +after_failure: + - cat config.log