travis: gdb - try core*
[m6w6/ext-psi] / scripts / gen_travis_yml.php
index bae19e011ef52c7d239bcdee713780a0431094d0..332ac8872835e0585a213bd1bc29895de6cea081 100755 (executable)
@@ -44,7 +44,8 @@ script:
 
 after_failure:
  - cat config.log | curl -F 'sprunge=<-' http://sprunge.us
- - test -f core.* && gdb -q -ex bt --batch $HOME/job-$TRAVIS_JOB_NUMBER/bin/php core.*
+ - ls -Altr
+ - test -f core* && gdb -q -ex bt --batch $HOME/job-$TRAVIS_JOB_NUMBER/bin/php core*
 
 notifications:
   webhooks: