X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=scripts%2Fgen_travis_yml.php;h=0215066eade3cc987d775d3a775c3dd8de5af352;hb=a78817d6e2da0be5942dd8e1d334789e9e88ffa3;hp=1037ea5e328aa5c686f020914d3fd5de1281342b;hpb=6b2e6562e64a263a42910d28e23b6ca94f3ecb65;p=m6w6%2Fext-psi diff --git a/scripts/gen_travis_yml.php b/scripts/gen_travis_yml.php index 1037ea5..0215066 100755 --- a/scripts/gen_travis_yml.php +++ b/scripts/gen_travis_yml.php @@ -8,6 +8,7 @@ addons: packages: - php5-cli - php-pear + - re2c env: matrix: @@ -15,7 +16,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 +35,5 @@ before_script: script: - make -f travis/pecl/Makefile test +after_failure: + - cat config.log