travis: touch
authorMichael Wallner <mike@php.net>
Fri, 8 Sep 2017 05:14:00 +0000 (07:14 +0200)
committerMichael Wallner <mike@php.net>
Fri, 8 Sep 2017 05:14:00 +0000 (07:14 +0200)
.travis.yml
scripts/gen_travis_yml.php
travis/pecl

index 89cb7d82dcda8e5f4dc6ca1ee5b307740ec5a72d..b7549842fdd3467bf9ef014a5a14a158498d84fa 100644 (file)
@@ -22,6 +22,9 @@ env:
 
 before_script:
  # make sure we do not try to regenerate files with broken bison
 
 before_script:
  # make sure we do not try to regenerate files with broken bison
+ - touch src/parser_proc.c
+ - touch src/parser_proc.h
+ - touch src/parser.c
  - stat src/parser*
  - ulimit -c unlimited -S
  - make -f travis/pecl/Makefile php
  - stat src/parser*
  - ulimit -c unlimited -S
  - make -f travis/pecl/Makefile php
index fc4305ed8ffc24bd34dcf5e288ad812f8841da77..b13458ed176d8bba43bd3ee17f3ce93e43b24d53 100755 (executable)
@@ -36,6 +36,9 @@ foreach ($env as $e) {
 
 before_script:
  # make sure we do not try to regenerate files with broken bison
 
 before_script:
  # make sure we do not try to regenerate files with broken bison
+ - touch src/parser_proc.c
+ - touch src/parser_proc.h
+ - touch src/parser.c
  - stat src/parser*
  - ulimit -c unlimited -S
  - make -f travis/pecl/Makefile php
  - stat src/parser*
  - ulimit -c unlimited -S
  - make -f travis/pecl/Makefile php
index 90af692cb807f63c4d4e943ff4699dc9637728fb..79de9c8e52f16a2e06324683cf4c00c91df1b6c1 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 90af692cb807f63c4d4e943ff4699dc9637728fb
+Subproject commit 79de9c8e52f16a2e06324683cf4c00c91df1b6c1