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