From 9e830b9e07505e11544cc3f9e15b404211b6d59f Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Fri, 8 Sep 2017 07:29:59 +0200 Subject: [PATCH] travis: touch --- .travis.yml | 3 +++ scripts/gen_travis_yml.php | 3 +++ 2 files changed, 6 insertions(+) diff --git a/.travis.yml b/.travis.yml index b754984..0a07fde 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,9 +22,12 @@ env: before_script: # make sure we do not try to regenerate files with broken bison + - touch src/parser_proc_grammar.y - touch src/parser_proc.c - touch src/parser_proc.h + - touch src/parser.re - touch src/parser.c + - touch src/parser.h - 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 b13458e..38ea780 100755 --- a/scripts/gen_travis_yml.php +++ b/scripts/gen_travis_yml.php @@ -36,9 +36,12 @@ foreach ($env as $e) { before_script: # make sure we do not try to regenerate files with broken bison + - touch src/parser_proc_grammar.y - touch src/parser_proc.c - touch src/parser_proc.h + - touch src/parser.re - touch src/parser.c + - touch src/parser.h - stat src/parser* - ulimit -c unlimited -S - make -f travis/pecl/Makefile php -- 2.30.2