X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=.travis.yml;h=42fca832992004f44f737a56f718d98be2771f15;hp=c2de389683898fcf21c6815f63d1af43430687bf;hb=113f4fa75ebc5ba8edc6865f1aaf983d7ddeb08b;hpb=74d457c9805dbf81454e942687e22cca49cfa99c 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