From: Michael Wallner Date: Fri, 8 Sep 2017 05:14:00 +0000 (+0200) Subject: travis: touch X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=commitdiff_plain;h=548e5905abc4c7ba55785bbed921c051c9d6d0bc;hp=198e064cc4d0c2cf613e2be437e36b8fa86b8a57 travis: touch --- diff --git a/.travis.yml b/.travis.yml index 89cb7d8..b754984 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,6 +22,9 @@ env: before_script: # make sure we do not try to regenerate files with broken bison + - 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 diff --git a/scripts/gen_travis_yml.php b/scripts/gen_travis_yml.php index fc4305e..b13458e 100755 --- a/scripts/gen_travis_yml.php +++ b/scripts/gen_travis_yml.php @@ -36,6 +36,9 @@ foreach ($env as $e) { before_script: # make sure we do not try to regenerate files with broken bison + - 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 diff --git a/travis/pecl b/travis/pecl index 90af692..79de9c8 160000 --- a/travis/pecl +++ b/travis/pecl @@ -1 +1 @@ -Subproject commit 90af692cb807f63c4d4e943ff4699dc9637728fb +Subproject commit 79de9c8e52f16a2e06324683cf4c00c91df1b6c1