X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=.travis.yml;fp=.travis.yml;h=81fead095c017ea320e336fcd16fc447fd2bbbcb;hp=10bd33b91c90c1c863f245f5d9626b482af0a550;hb=80918591072f01eba68c8c65ddb29e08acdda901;hpb=0887b0993a281cf2b5d66b2ba697963127f4215a diff --git a/.travis.yml b/.travis.yml index 10bd33b..81fead0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,7 +22,8 @@ env: before_script: # make sure we do not try to regenerate files with broken bison - - touch src/parser*.c + - touch src/parser_proc.[ch] + - touch src/parser.[ch] - ulimit -c unlimited -S - make -f travis/pecl/Makefile php - make -f travis/pecl/Makefile ext PECL=psi @@ -32,7 +33,6 @@ script: after_failure: - cat config.log | curl -F 'sprunge=<-' http://sprunge.us - - ls -Altr - test -f core* && gdb -q -ex bt --batch $HOME/job-$TRAVIS_JOB_NUMBER/bin/php core* notifications: