X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=.travis.yml;h=fceca5cd393678b8f4da4639fd497c07c53dd632;hp=42fca832992004f44f737a56f718d98be2771f15;hb=2ec486c0aab0a9f74fb4b3a567799239ccf87186;hpb=113f4fa75ebc5ba8edc6865f1aaf983d7ddeb08b diff --git a/.travis.yml b/.travis.yml index 42fca83..fceca5c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,22 +1,21 @@ # autogenerated file; do not edit language: c -sudo: false +sudo: required +dist: trusty addons: apt: packages: - php5-cli - php-pear + - valgrind - re2c - libidn11-dev + - libsqlite3-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: @@ -27,4 +26,14 @@ script: - make -f travis/pecl/Makefile test after_failure: - - cat config.log + - cat config.log | curl -F 'sprunge=<-' http://sprunge.us + - cat tests/parser/dump001.psi + - ldd .libs/psi.so + +notifications: + webhooks: + urls: + - https://webhooks.gitter.im/e/30aebb6c0b03f1117817 + on_success: change + on_failure: always + on_start: never