X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=.travis.yml;h=b7549842fdd3467bf9ef014a5a14a158498d84fa;hp=de3598fe9d8fa2799741b4a648dc41bcc30546a2;hb=548e5905abc4c7ba55785bbed921c051c9d6d0bc;hpb=5795950ceee832d239c94b6b9559afe6d11108e1 diff --git a/.travis.yml b/.travis.yml index de3598f..b754984 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,6 +10,7 @@ addons: - php-pear - valgrind - gdb + - apport - re2c - libidn11-dev - libsqlite3-dev @@ -21,7 +22,11 @@ env: before_script: # make sure we do not try to regenerate files with broken bison - - touch src/parser*.[ch] + - touch src/parser_proc.c + - touch src/parser_proc.h + - touch src/parser.c + - stat src/parser* + - ulimit -c unlimited -S - make -f travis/pecl/Makefile php - make -f travis/pecl/Makefile ext PECL=psi @@ -30,7 +35,6 @@ script: after_failure: - cat config.log | curl -F 'sprunge=<-' http://sprunge.us - - ls -Altr - test -f core* && gdb -q -ex bt --batch $HOME/job-$TRAVIS_JOB_NUMBER/bin/php core* notifications: