X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=.travis.yml;h=42fca832992004f44f737a56f718d98be2771f15;hb=2f08002ac0b6de75b0ecb6fe57cbbc70cb2424ae;hp=c2de389683898fcf21c6815f63d1af43430687bf;hpb=74d457c9805dbf81454e942687e22cca49cfa99c;p=m6w6%2Fext-psi diff --git a/.travis.yml b/.travis.yml index c2de389..42fca83 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,12 +8,15 @@ addons: - 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: @@ -23,3 +26,5 @@ before_script: script: - make -f travis/pecl/Makefile test +after_failure: + - cat config.log