X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=scripts%2Fgen_travis_yml.php;h=91546a77d7a4ef3dfa12f53974643d44c70b9904;hp=bfeb2627f85c9e9d1a5222f53316ffdd0b546edd;hb=3d999b13e553e014757b7c2d060c2f57fe7d6db0;hpb=410881ab37d993b0a15d295293a005aa0500ce8d diff --git a/scripts/gen_travis_yml.php b/scripts/gen_travis_yml.php index bfeb262..91546a7 100755 --- a/scripts/gen_travis_yml.php +++ b/scripts/gen_travis_yml.php @@ -18,7 +18,7 @@ env: $gen = include __DIR__."/../travis/pecl/gen-matrix.php"; $env = $gen([ - "PHP" => ["7.0", "7.1", "master"], + "PHP" => ["master"], "enable_debug", #"enable_maintainer_zts", "enable_psi" => ["yes"], @@ -38,4 +38,5 @@ script: - make -f travis/pecl/Makefile test after_failure: - - cat config.log + - cat config.log | curl -F 'sprunge=<-' http://sprunge.us + - ldd .libs/psi.so