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