X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=.travis.yml;h=10bd33b91c90c1c863f245f5d9626b482af0a550;hp=e3c48b1bcd771d3d4a597c2e5baecf3fec832e12;hb=0887b0993a281cf2b5d66b2ba697963127f4215a;hpb=06efecab78839ee4b46edbebb414a3e709c6c717 diff --git a/.travis.yml b/.travis.yml index e3c48b1..10bd33b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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