travis: only touch parser*.c
authorMichael Wallner <mike@php.net>
Thu, 7 Sep 2017 18:39:37 +0000 (20:39 +0200)
committerMichael Wallner <mike@php.net>
Thu, 7 Sep 2017 18:39:37 +0000 (20:39 +0200)
.travis.yml
scripts/gen_travis_yml.php

index e3c48b1bcd771d3d4a597c2e5baecf3fec832e12..10bd33b91c90c1c863f245f5d9626b482af0a550 100644 (file)
@@ -22,10 +22,10 @@ env:
 
 before_script:
  # make sure we do not try to regenerate files with broken bison
- - touch src/parser*.[ch]
+ - touch src/parser*.c
+ - ulimit -c unlimited -S
  - make -f travis/pecl/Makefile php
  - make -f travis/pecl/Makefile ext PECL=psi
- - ulimit -c unlimited -S
 
 script:
  - make -f travis/pecl/Makefile test
index 95d6cd9b1e7b7ba2b92745e1c9da0e8f8936d0db..7004be8f1dd075d399f02d848a47723e42d1f5ba 100755 (executable)
@@ -36,10 +36,10 @@ foreach ($env as $e) {
 
 before_script:
  # make sure we do not try to regenerate files with broken bison
- - touch src/parser*.[ch]
+ - touch src/parser*.c
+ - ulimit -c unlimited -S
  - make -f travis/pecl/Makefile php
  - make -f travis/pecl/Makefile ext PECL=psi
- - ulimit -c unlimited -S
 
 script:
  - make -f travis/pecl/Makefile test