From: Michael Wallner Date: Thu, 7 Sep 2017 19:41:49 +0000 (+0200) Subject: travis: touch X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=80918591072f01eba68c8c65ddb29e08acdda901;p=m6w6%2Fext-psi travis: touch --- diff --git a/.travis.yml b/.travis.yml index 10bd33b..81fead0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,7 +22,8 @@ env: before_script: # make sure we do not try to regenerate files with broken bison - - touch src/parser*.c + - touch src/parser_proc.[ch] + - touch src/parser.[ch] - ulimit -c unlimited -S - make -f travis/pecl/Makefile php - make -f travis/pecl/Makefile ext PECL=psi @@ -32,7 +33,6 @@ script: after_failure: - cat config.log | curl -F 'sprunge=<-' http://sprunge.us - - ls -Altr - test -f core* && gdb -q -ex bt --batch $HOME/job-$TRAVIS_JOB_NUMBER/bin/php core* notifications: diff --git a/scripts/gen_travis_yml.php b/scripts/gen_travis_yml.php index 7004be8..13c0e2d 100755 --- a/scripts/gen_travis_yml.php +++ b/scripts/gen_travis_yml.php @@ -36,7 +36,8 @@ foreach ($env as $e) { before_script: # make sure we do not try to regenerate files with broken bison - - touch src/parser*.c + - touch src/parser_proc.[ch] + - touch src/parser.[ch] - ulimit -c unlimited -S - make -f travis/pecl/Makefile php - make -f travis/pecl/Makefile ext PECL=psi @@ -46,7 +47,6 @@ script: after_failure: - cat config.log | curl -F 'sprunge=<-' http://sprunge.us - - ls -Altr - test -f core* && gdb -q -ex bt --batch $HOME/job-$TRAVIS_JOB_NUMBER/bin/php core* notifications: