travis: only touch parser*.c
[m6w6/ext-psi] / .travis.yml
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