From 198e064cc4d0c2cf613e2be437e36b8fa86b8a57 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Thu, 7 Sep 2017 21:55:55 +0200 Subject: [PATCH] travis: about to give up... --- .travis.yml | 3 +-- scripts/gen_travis_yml.php | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) 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 -- 2.30.2