before_script:
# make sure we do not try to regenerate files with broken bison
+ - touch src/parser_proc_grammar.y
- touch src/parser_proc.c
- touch src/parser_proc.h
+ - touch src/parser.re
- touch src/parser.c
+ - touch src/parser.h
- stat src/parser*
- ulimit -c unlimited -S
- make -f travis/pecl/Makefile php
before_script:
# make sure we do not try to regenerate files with broken bison
+ - touch src/parser_proc_grammar.y
- touch src/parser_proc.c
- touch src/parser_proc.h
+ - touch src/parser.re
- touch src/parser.c
+ - touch src/parser.h
- stat src/parser*
- ulimit -c unlimited -S
- make -f travis/pecl/Makefile php