From: Michael Wallner Date: Thu, 7 Sep 2017 12:19:41 +0000 (+0200) Subject: travis: fix build X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=commitdiff_plain;h=ee9d821f6551bc9be158b0f0ebf52432d2691ccf;hp=79dffa25e63ac38244a7425b02e58aaf0c631624;ds=sidebyside travis: fix build --- 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