travis: touch
[m6w6/ext-psi] / .travis.yml
index de3598fe9d8fa2799741b4a648dc41bcc30546a2..81fead095c017ea320e336fcd16fc447fd2bbbcb 100644 (file)
@@ -10,6 +10,7 @@ addons:
    - php-pear
    - valgrind
    - gdb
+   - apport
    - re2c
    - libidn11-dev
    - libsqlite3-dev
@@ -21,7 +22,9 @@ env:
 
 before_script:
  # make sure we do not try to regenerate files with broken bison
- - touch src/parser*.[ch]      
+ - touch src/parser_proc.[ch]
+ - touch src/parser.[ch]
+ - ulimit -c unlimited -S
  - make -f travis/pecl/Makefile php
  - make -f travis/pecl/Makefile ext PECL=psi
 
@@ -30,7 +33,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: