jish/pre-commit

Travis builds suddenly started failing

Closed this issue · 2 comments

jish commented

It looks like they need some extra git configuration.

https://travis-ci.org/jish/pre-commit/jobs/5743253

Hi,

I ran into this issue as well. The only solution I found was to add my git info to my .travis.yml in the before_install: block:

- git config --global user.email = "james.barnett.jr@gmail.com"
- git config --global user.name = "Jim Barnett"

I ran into this issue when I created my previous pull request to add an rspec focus check. I ended up deleting that pull request because I figured you would not want my info in your project.

I am thinking this might have started failing because the last two pull requests you accepted were failing the Travis build as well.

Regards,

Jim

jish commented

Thanks! It looks like that worked: 2440c03