X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=scripts%2Fgen_travis_yml.php;h=91546a77d7a4ef3dfa12f53974643d44c70b9904;hp=86c611d0fcee3802a38b082491c267b61f099c4d;hb=3d999b13e553e014757b7c2d060c2f57fe7d6db0;hpb=74d457c9805dbf81454e942687e22cca49cfa99c diff --git a/scripts/gen_travis_yml.php b/scripts/gen_travis_yml.php index 86c611d..91546a7 100755 --- a/scripts/gen_travis_yml.php +++ b/scripts/gen_travis_yml.php @@ -9,6 +9,8 @@ addons: - php5-cli - php-pear - re2c + - libidn11-dev + - libsqlite3-dev env: matrix: @@ -16,7 +18,7 @@ env: $gen = include __DIR__."/../travis/pecl/gen-matrix.php"; $env = $gen([ - "PHP" => ["7.0", "master"], + "PHP" => ["master"], "enable_debug", #"enable_maintainer_zts", "enable_psi" => ["yes"], @@ -35,3 +37,6 @@ before_script: script: - make -f travis/pecl/Makefile test +after_failure: + - cat config.log | curl -F 'sprunge=<-' http://sprunge.us + - ldd .libs/psi.so