travis: about to give up...
authorMichael Wallner <mike@php.net>
Thu, 7 Sep 2017 19:55:55 +0000 (21:55 +0200)
committerMichael Wallner <mike@php.net>
Thu, 7 Sep 2017 19:55:55 +0000 (21:55 +0200)
.travis.yml
scripts/gen_travis_yml.php

index 81fead095c017ea320e336fcd16fc447fd2bbbcb..89cb7d82dcda8e5f4dc6ca1ee5b307740ec5a72d 100644 (file)
@@ -22,8 +22,7 @@ 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.[ch]
- - touch src/parser.[ch]
+ - stat src/parser*
  - ulimit -c unlimited -S
  - make -f travis/pecl/Makefile php
  - make -f travis/pecl/Makefile ext PECL=psi
  - ulimit -c unlimited -S
  - make -f travis/pecl/Makefile php
  - make -f travis/pecl/Makefile ext PECL=psi
index 13c0e2dba63fa3e44e629f4e0c2903fcb0348eda..fc4305ed8ffc24bd34dcf5e288ad812f8841da77 100755 (executable)
@@ -36,8 +36,7 @@ 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.[ch]
- - touch src/parser.[ch]
+ - stat src/parser*
  - ulimit -c unlimited -S
  - make -f travis/pecl/Makefile php
  - make -f travis/pecl/Makefile ext PECL=psi
  - ulimit -c unlimited -S
  - make -f travis/pecl/Makefile php
  - make -f travis/pecl/Makefile ext PECL=psi