From ee9d821f6551bc9be158b0f0ebf52432d2691ccf Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Thu, 7 Sep 2017 14:19:41 +0200 Subject: [PATCH] travis: fix build --- .travis.yml | 2 ++ scripts/gen_travis_yml.php | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index fceca5c..58521eb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,6 +19,8 @@ env: - PHP=master enable_debug=yes enable_psi=yes enable_psi_posix=all before_script: + # make sure we do not try to regenerate files with broken bison + - touch src/parser*.[ch] - 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 00374f5..c97b717 100755 --- a/scripts/gen_travis_yml.php +++ b/scripts/gen_travis_yml.php @@ -33,6 +33,8 @@ foreach ($env as $e) { ?> before_script: + # make sure we do not try to regenerate files with broken bison + - touch src/parser*.[ch] - make -f travis/pecl/Makefile php - make -f travis/pecl/Makefile ext PECL=psi -- 2.30.2