X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=scripts%2Fgen_travis_yml.php;h=572e7b3723e9ce19836a1070d6ff7acb51b5b30b;hp=86c611d0fcee3802a38b082491c267b61f099c4d;hb=113f4fa75ebc5ba8edc6865f1aaf983d7ddeb08b;hpb=74d457c9805dbf81454e942687e22cca49cfa99c;ds=sidebyside diff --git a/scripts/gen_travis_yml.php b/scripts/gen_travis_yml.php index 86c611d..572e7b3 100755 --- a/scripts/gen_travis_yml.php +++ b/scripts/gen_travis_yml.php @@ -9,6 +9,7 @@ addons: - php5-cli - php-pear - re2c + - libidn11-dev env: matrix: @@ -16,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"], @@ -35,3 +36,5 @@ before_script: script: - make -f travis/pecl/Makefile test +after_failure: + - cat config.log