X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=.travis.yml;h=58521eb6d27602a830cc140f64876b25bf71f020;hp=2118f2eb0439dd06a75bd352d4818c0d79fb57b5;hb=ee9d821f6551bc9be158b0f0ebf52432d2691ccf;hpb=1a933570580a0337ce75baf8bdac4229e6fbbb2b diff --git a/.travis.yml b/.travis.yml index 2118f2e..58521eb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,7 @@ addons: packages: - php5-cli - php-pear + - valgrind - re2c - libidn11-dev - libsqlite3-dev @@ -18,6 +19,8 @@ env: - PHP=master enable_debug=yes enable_psi=yes enable_psi_posix=all before_script: + # make sure we do not try to regenerate files with broken bison + - touch src/parser*.[ch] - make -f travis/pecl/Makefile php - make -f travis/pecl/Makefile ext PECL=psi @@ -26,4 +29,13 @@ script: after_failure: - 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