X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=.travis.yml;h=42fca832992004f44f737a56f718d98be2771f15;hb=fb1661f43586388050fd42b9702c7beefaae08f3;hp=a893c333f680f4bccca98e9ffb8cf3d489d34e08;hpb=6b2e6562e64a263a42910d28e23b6ca94f3ecb65;p=m6w6%2Fext-psi diff --git a/.travis.yml b/.travis.yml index a893c33..42fca83 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,12 +7,16 @@ addons: packages: - php5-cli - php-pear + - re2c + - libidn11-dev env: matrix: - PHP=7.0 enable_debug=no enable_psi=yes enable_psi_posix=all + - PHP=7.1 enable_debug=no enable_psi=yes enable_psi_posix=all - PHP=master enable_debug=no enable_psi=yes enable_psi_posix=all - PHP=7.0 enable_debug=yes enable_psi=yes enable_psi_posix=all + - PHP=7.1 enable_debug=yes enable_psi=yes enable_psi_posix=all - PHP=master enable_debug=yes enable_psi=yes enable_psi_posix=all before_script: @@ -22,3 +26,5 @@ before_script: script: - make -f travis/pecl/Makefile test +after_failure: + - cat config.log