From 94fbb0d3c33da9d9e55a2d5b61a6e260da5b002c Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Thu, 7 Sep 2017 20:20:38 +0200 Subject: [PATCH] travis: apport --- .travis.yml | 6 ++++-- scripts/gen_travis_yml.php | 6 ++++-- travis/pecl | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index de3598f..9bff3a1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,6 +10,7 @@ addons: - php-pear - valgrind - gdb + - apport - re2c - libidn11-dev - libsqlite3-dev @@ -21,9 +22,10 @@ env: before_script: # make sure we do not try to regenerate files with broken bison - - touch src/parser*.[ch] + - touch src/parser*.[ch] - make -f travis/pecl/Makefile php - make -f travis/pecl/Makefile ext PECL=psi + - ulimit -c unlimited -S script: - make -f travis/pecl/Makefile test @@ -39,4 +41,4 @@ notifications: - https://webhooks.gitter.im/e/30aebb6c0b03f1117817 on_success: change on_failure: always - on_start: never + on_start: never diff --git a/scripts/gen_travis_yml.php b/scripts/gen_travis_yml.php index 332ac88..9b02a0b 100755 --- a/scripts/gen_travis_yml.php +++ b/scripts/gen_travis_yml.php @@ -11,6 +11,7 @@ addons: - php-pear - valgrind - gdb + - apport - re2c - libidn11-dev - libsqlite3-dev @@ -35,9 +36,10 @@ foreach ($env as $e) { before_script: # make sure we do not try to regenerate files with broken bison - - touch src/parser*.[ch] + - touch src/parser*.[ch] - make -f travis/pecl/Makefile php - make -f travis/pecl/Makefile ext PECL=psi + - ulimit -c unlimited -S script: - make -f travis/pecl/Makefile test @@ -53,4 +55,4 @@ notifications: - https://webhooks.gitter.im/e/30aebb6c0b03f1117817 on_success: change on_failure: always - on_start: never + on_start: never diff --git a/travis/pecl b/travis/pecl index 79de9c8..90af692 160000 --- a/travis/pecl +++ b/travis/pecl @@ -1 +1 @@ -Subproject commit 79de9c8e52f16a2e06324683cf4c00c91df1b6c1 +Subproject commit 90af692cb807f63c4d4e943ff4699dc9637728fb -- 2.30.2