From: Michael Wallner Date: Thu, 7 Sep 2017 19:55:55 +0000 (+0200) Subject: travis: about to give up... X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=commitdiff_plain;h=198e064cc4d0c2cf613e2be437e36b8fa86b8a57;ds=sidebyside travis: about to give up... --- diff --git a/.travis.yml b/.travis.yml index 81fead0..89cb7d8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,8 +22,7 @@ env: before_script: # make sure we do not try to regenerate files with broken bison - - touch src/parser_proc.[ch] - - touch src/parser.[ch] + - stat src/parser* - ulimit -c unlimited -S - make -f travis/pecl/Makefile php - make -f travis/pecl/Makefile ext PECL=psi diff --git a/scripts/gen_travis_yml.php b/scripts/gen_travis_yml.php index 13c0e2d..fc4305e 100755 --- a/scripts/gen_travis_yml.php +++ b/scripts/gen_travis_yml.php @@ -36,8 +36,7 @@ foreach ($env as $e) { before_script: # make sure we do not try to regenerate files with broken bison - - touch src/parser_proc.[ch] - - touch src/parser.[ch] + - stat src/parser* - ulimit -c unlimited -S - make -f travis/pecl/Makefile php - make -f travis/pecl/Makefile ext PECL=psi